Object Naming
From Emergent
Names of objects, variable, and other items in Emergent must conform to the following rules. These rules insure that all named objects can be referenced easily in Programs or CSS Script code.
- the name must begin with a letter
- the name can contain only the letters a-z, A-Z, numbers 0-9, or the underscore _
- names cannot contain spaces - use an underscore
