Difference between revisions of "TLO:Return"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== Description ==
 
 
 
== Forms ==
 
== Forms ==
 
*[[DataType:string|string]] '''Return'''
 
*[[DataType:string|string]] '''Return'''
Line 6: Line 4:
  
 
== Examples ==
 
== Examples ==
 
+
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

If ${Return.Equals[1]}

 Call UpdateStatus

See Also