Index Or Name Type

An Index Or Name value holds either a numeric index or a name — never both at once. The index is a Positive Integer; the name is a regular Name.

GUI Editor

Graphical representation of the index or name editor

The index or name editor lets you enter either a positive integer index or a quoted name, matching whichever representation you need.

EGO Script

Indices are positive integer values. Names are regular names enclosed in double quotes (). The following examples are valid indices or names:

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

Automatic Conversions

See Type System for the complete conversion reference across all types.