Unsorted

indexof

Find the position of a menu item.

Syntax

indexof(expression[, default position])
if

Conditionally executes another statement.

Syntax

if(condition-expression)

if(condition-expression, true-expression)

if(condition-expression, true-expression, false-expression)
null

Returns a null value.

Syntax

null(expression)

length (len)

Returns length of string and array type

Syntax

length(expression)

quote

Returns text with a double quotation mark.

Syntax

quote(expression)
char

Returns the value of the numeric parameter to a character.

Syntax

char(numeric-expression)
var

Returns the value of the passed variable

Syntax

var(expression)
tohex

Converting the value of the passed numeric expression to hexadecimal string.

Syntax

tohex(numeric-expression)
equal

Returns true if the parameters passed are equal.

Syntax

equal(expression-1, expression-2)
not

Returns true if the parameters passed are not equal.

Syntax

not(expression-1, expression-2)
greater

Returns true if the first parameter is greater than the second parameter.

Syntax

greater(expression-1, expression-2)
less

Returns true if the first parameter is less than the second parameter.

Syntax

less(expression-1, expression-2)
shl

bitwise left shift.

Syntax

shl(shift-expression, additive-expression)
shr

bitwise right shift.

Syntax

shr(shift-expression, additive-expression)
Keywords
null
bool
true
false
auto
none
default
app | color | image | io | key | msg | path | reg | sel | str | sys | user| input | ini | clipboard