Identify three true statements about variables in VBScripts rules. (Choose three.)
A variable is a temporary storage object for a value to be used in the rule.
A variable may be only of the string data type.
Functions may be applied to variables.
A variable must be defined before it can be used in the script.
A variable may be used across subroutines.
Submit