Find the position of a menu item.
Syntax
indexof(expression[, default position])
Conditionally executes another statement.
Syntax
if(condition-expression)if(condition-expression, true-expression)if(condition-expression, true-expression, false-expression)
Returns a null value.
Syntax
null(expression)Returns length of string and array type
Syntax
length(expression)Returns text with a double quotation mark.
Syntax
quote(expression)
Returns the value of the numeric parameter to a character.
Syntax
char(numeric-expression)
Returns the value of the passed variable
Syntax
var(expression)
Converting the value of the passed numeric expression to hexadecimal string.
Syntax
tohex(numeric-expression)
Returns true if the parameters passed are equal.
Syntax
equal(expression-1, expression-2)
Returns true if the parameters passed are not equal.
Syntax
not(expression-1, expression-2)
Returns true if the first parameter is greater than the second parameter.
Syntax
greater(expression-1, expression-2)
Returns true if the first parameter is less than the second parameter.
Syntax
less(expression-1, expression-2)
bitwise left shift.
Syntax
shl(shift-expression, additive-expression)
bitwise right shift.
Syntax
shr(shift-expression, additive-expression)
null
bool
true
false
auto
none
default