Difference between revisions of "TLO:Return"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
== Examples ==
 
== Examples ==
If ${Return.Equals[1]}
+
;Example Code
  Call UpdateStatus
+
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

Retrieves the value from the last usage of the return command

Examples

Example Code
If ${Return.Equals[1]}
  Call UpdateStatus

See Also