Index Or Name Type

An index or name is a type comprised by an numeric index or a name. The numeric index is a Positive Integer Value Type. Name is a regular Name Type.

GUI Editor

Graphical representation of the index or name editor

EGO Script

Indices are positive integer values. Names are regular names enclosed by double quotes '“'. The following examples are valid indices or names:

1
34
1000
"Amazon"
"North"
"landscape123"
"landscape_123"
"x1_and_a_name"

Automatic Conversions