| Command group | Flag affected | Reversible | Execute on client | Platform(s) |
|---|---|---|---|---|
| Methods | NO | NO | YES | All |
Quit method return-value
This command quits the current method and returns control to the calling method, if any. If you supply a return-value, the command returns this value to the calling method.
# Quit the method myMethod and return the flag
# from the Yes/No message to the calling method
# calling method
Do method myMethod Returns lReturnFlag
# method myMethod
Yes/No message {Continue ?}
Quit method #F