How To Name Objects
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
How To Name Objects
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Names for objects defined in the Object Dictionary must conform to the following conventions:
- The name can be from 1 to 18 characters in length.
- The name can contain only letters (a-z, A-Z), digits (0-9), dollar signs ($), and underscores (_).
- The name must begin with a letter or a dollar sign.
- Most names must be unique among objects of the same type in the same application directory. (Note that the software is case-insensitive: ABC and abc are the same name.) For more information, see the documentation for your operating system.
- The name does not duplicate words reserved to the software’s use, such as a command or function keyword (CREATE, $isalphabetic).
Examples of Object Names
Examples of valid names are
- myfile98
- x99
- a
- ProjectControl56
- x_7b
- date
- $i
Compare these to the following invalid names:
- 98myfile
- 99
- a+
- x%@
- ProjectControl 56/8
- $Date
Updated
ByJason Lee
Was this article helpful?
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5