
12-19-2006, 11:19 PM
|
|
Incubator
|
 |
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
|
|
|
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"); |
|
|
|