Difference between revisions of "TLO:Return"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Forms ==
 
== Forms ==
 
*[[DataType:string|string]] '''Return'''
 
*[[DataType:string|string]] '''Return'''
:Retrieves the value from the last usage of the [[Command:Return|return command]]
+
:Retrieves the value from the last usage of the [[Command:Return|return command]] in the current function context
  
 
== Examples ==
 
== Examples ==

Revision as of 20:53, 23 February 2006

Forms

Retrieves the value from the last usage of the return command in the current function context

Examples

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

See Also