#Variables & Prefix

LabelTypeDescription
FlagboolA boolean variable that can be either true or false.
IntintAn integer variable used to store whole numbers.
StringstringA variable used to store a sequence of characters.
PrefixLabelDescription
FFastA regular fastvariable that is initialized once and does not change until a new session begins.
DFDynamic FastA fastvariable that can change at run-time, and automatically updates every 5 minutes.