Is this expected?
BTW, is there a way to detect if a script is run from within the IDE?
TIA,
Kai
Code: Select all
---------------------------------------------------------------------------------
on openStack
send "Continue" to me in 3 seconds
end openStack
---------------------------------------------------------------------------------
on Continue
#open stack "Login"
close this stack
end Continue
---------------------------------------------------------------------------------