|
|||
|
Not sure how you'd classify this, but if you do:
Code:
Shell.run("whatever");
Code:
Shell.runAndWait("whatever");
However, I wanted to swap between the two, and rather than retype the code each time I did: Code:
Shell.run/*AndWait*/("whatever");
Not likely to happen often, but might lead to confusion. Cheers, G. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|