Difference between revisions of "TLO:Return"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== Examples == | == Examples == | ||
− | If ${Return.Equals[1]} | + | ;Example Code |
− | + | If ${Return.Equals[1]} | |
+ | Call UpdateStatus | ||
== See Also == | == See Also == | ||
* [[LavishScript:Top-Level Objects|Top-Level Objects]] | * [[LavishScript:Top-Level Objects|Top-Level Objects]] |
Revision as of 02:26, 31 August 2005
Forms
- string Return
- Retrieves the value from the last usage of the return command
Examples
- Example Code
If ${Return.Equals[1]} Call UpdateStatus