Specifications

OutputExpression
the second with a leading zero (00 to 59)ss
the milliseconds without leading zeroes (0 to 999)z
the milliseconds with leading zeroes (000 to 999)zzz
use AM/PM display; AP will be replaced by either "AM" or "PM"AP
use am/pm display; ap will be replaced by either "am" or "pm"ap
any sequence of characters enclosed in single quotes is treated as literal
text
'...'
See also:
Basic syntax on page 292
Data types on page 292
Comparing on page 295
Indexed variables on page 296
String manipulations on page 297
Comparing
Type of comparison
A variable's data type determines the type of comparison performed in a condition involving the
variable. This is important because comparison semantics for numbers, strings and dates are
very different.
Comparison semanticsVariable data type
StringText
StringAlt Text
StringText Indexed
BooleanBoolean
NumberInteger
NumberRational
DateDate
Value used for comparison
When used in a condition, the variable's value is obtained in two steps:
First the text representation of the variable is formatted as usual (see formatting); this allows
influencing the value in interesting ways, such as rounding a rational number or extracting
a date from a date/time.
295
Enfocus Switch 10