Object Naming

From Emergent

Jump to: navigation, search

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.

  1. the name must begin with a letter
  2. the name can contain only the letters a-z, A-Z, numbers 0-9, or the underscore _
  3. names cannot contain spaces - use an underscore
Personal tools