VARIABLESVBA keyword
Applies to
Most specifications
Description
Returns the numeric value of a variable and formats the value in accordance with the locale setting specified in Regional Options in Control Panel.
Syntax
VARIABLESVBA( VariableName )
or
VV( VariableName )
Part | Description |
VariableName | Expression that evaluates to the name of a variable. |
Remarks
The framework allows users to override language settings, including settings for date and numeric formats specified in the Control Panel. However, the script engine uses the Control Panel settings rather than the overrrides. The VARIABLESVBA keyword returns a numeric value in a format such that the value can be passed as a parameter to a Visual Basic procedure and correctly coerced to the Double data type by the Visual Basic CDbl function.