View Single Post
  #8  
Old 12-19-2006, 11:19 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
So would this be able to suspend the advance of a script past a function until that function is completed?

Because I have a public function showInputWindow() and I want the executing function to stop there until you get a return from the input window.

Its like what there is in Java.
String s = JOptionPane.showInputDialog("Input a String");
__________________
Reply With Quote