Variable Naming Requirements: Difference between revisions
Jump to navigation
Jump to search
(edit) |
(edit) |
||
Line 1: | Line 1: | ||
'''Variable Naming Requirements''' apply to both [[String]] and [[Numeric]] [[variables]]. | '''Variable Naming Requirements''' apply to both [[String]] and [[Numeric]] [[Variable|variables]]. | ||
*May contain any letter or number or underscore. | *May contain any letter or number or underscore. |
Revision as of 12:48, 5 January 2012
Variable Naming Requirements apply to both String and Numeric variables.
- May contain any letter or number or underscore.
- Must begin with a letter.
- May not contain dashes or spaces.
- May not exceed 30 characters
- May not contain -,;,:, or spaces
- May not start with "fn" as that prefix is reserved for User Defined Functions