This keyword function is used to create Local Variables in a script section.
Local-Variables are created in a script section and are usually only available by script in that section. The exception to this limitation happens when another script section calls a Custom Script Section Name. When the calling script section has called a Custom Script Section the variables of the calling script and the Local Variables in the called script are available the calling script section. The variables in the calling script section and the Local Variables in the called script section can be accessed by all the active scripts.
Declaring Local-Variables can be any of the following types shown in this table:
| Variable Types: | Descriptions: | 
|---|---|
| Are whole number values e.g. 1, -2, 400, 5, etc. | |
| These are fractional or decimal numbers e.g. 2.5, 1.414, etc. | |
| These are fractional or decimal numbers in the range of prices and are intended to be used when data formatting improves the understanding. | |
| Text variables are used to labeling, describing and explaining. | 
| Examples: | 
|---|
| ' -------------------------------------------------------- '  Create Temp Variables Processing in this script section VARIABLES: fRateChange Type: Floating ' -------------------------------------------------------- | 
| Examples: | 
|---|
| ' -------------------------------------------------------- '  Create Temp Variables Processing in this script section VARIABLES: fRateChange Type: Floating ' -------------------------------------------------------- | 
| Links: | 
|---|
| About Data Variables, Data Names, Data Scope, Data Types, Type, Variables, Variables Definition | 
| See Also: | 
| Edit Time: 9/20/2020 11:51:04 AM | Topic ID#: 694 |