====== 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 ===== [{{ :editors:index_or_name_editor.png?nolink |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 ===== * **Converted from**: [[Name Type]], [[Real Value Type]], [[Integer Value Type]], [[Positive Integer Value Type]], [[Non Negative Integer Value Type]] and [[String Type]]. * **Converted to**: [[Name Type]], [[Real Value Type]], [[Integer Value Type]], [[Positive Integer Value Type]], [[Non Negative Integer Value Type]] and [[String Type]].