System.getGlobalVariableAsInt()

Signature

int getGlobalVariableAsInt (String propertyKey, int defaultValue)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns the requested global variable's value as an int.

Parameters

NameTypeDescription
propertyKeyStringThe property key to get the value for.
defaultValueintThe value to return if the requested value is not present.

Returns

TypeDescription
intThe requested global variable's value as an int.

Cautions

none