TLO:If

From Lavish Software Wiki
Revision as of 05:41, 26 May 2005 by Eleven (talk | contribs)
Jump to navigation Jump to search

Description

Allows conditional usage of different strings. The condition is evaluated as a mathematical formula, after which the result is tested to mean either true (not equal to zero) or false (equal to zero). If the condition evaluates to true, the "value when true" is used. If not, the "value when false" is used, if any.

Forms

  • string If[condition,value when true]
  • string If[condition,value when true,value when false]

Examples

See Also