|
<< Click to Display Table of Contents >> Navigation: Variables and Data Types > Variable identifiers |
The first character must be an alphabetic (A-Z, a-z) or an underscore character "_". Subsequent characters can be alphabetic, underscore or numeric (0-9). Variable identifiers are not case sensitive. The maximum length is 32.