Tuple Type
A tuple is a sequence of values. Each value can be represented using double precision floating point numbers, allowing the definition of integral and fractional values, or string.
GUI Editor
EGO Script
Tuples are sequences of values enclosed by [ ]. Each value is represented by real numbers or strings.
[ "Amazon", 2012, 65437, 0.0342, "North" ]
A tuple can be any size long.
Automatic Conversions
- Converted from: Real Value Type, Integer Value Type, Non Negative Integer Value Type, Positive Integer Value Type, Name Type, String Type and Table Value Type.
- Converted to: None.