•
|
Operators eq, ne, lt, le, gt, ge, test for equality, inequality, less than, less than or equals, greater than, greater than or equals, and apply to a pair of numerical expressions or a pair of alphanumeric expressions or a pair of Boolean expressions. (The result will be unpredictable if expressions of different type are compared.)
|
•
|
•
|
Operator not is used to negate the Boolean expression that follows it.
|
double Sine (double angle)
|
|
double Cosine (double angle)
|
|
double Tangent (double angle)
|
|
double Acosine (double value)
|
|
double Atangent (double value)
|
|
double Sqrt (double value)
|
|
double Log10 (double value)
|
|
double Logarithm (double value)
|
|
double Alog10 (double value)
|
|
double Alogarithm (double value)
|
|
double Absolute (double value)
|
|
integer Fix (double value)
|
|
integer Ceiling (double value)
|
|
integer Round (double value)
|
|
double Atant (double x, double y)
|
|
double Minimum (double a, double b, …)
|
|
double Maximum (double a, double b, …)
|
|
integer Length (string text)
|
|
integer Occurs (string text, string sub)
|
|
integer Instring (string text, string sub)
|
|
string Asstring (object value)
|
|
double Asreal (object value)
|
|
boolean Asboolean (object value)
|
|
string Substring (string text, integer start [, integer length])
|
|
string Left (string text, integer length)
|
|
string Right (string text, integer length)
|
|
string Before (string text, string sub)
|
|
string After (string text, string sub)
|
|
string Uppercase (string text)
|
|
string Lowercase (string text)
|
|
string Trim (string text)
|
|
string Lookup (string dictName, string key)
|
|
Integer Listposition
|
// the list order position of the current target element.
|