Application variables are intended to be used in formulas.
To keep your data in a single location, you may place it into the variable and refer to this variable the same way as you refer to columns (using square brackets).
In case of name conflict between variable and column in the current table, the reference column takes precedence.
All variables are of text type. Use conversion functions (ToNumber, ToDate etc.) to cast text to a specific data type.