Array Variables Primitives
- Updated2025-10-27
- 1 minute(s) read
Use the Array Variables primitives to create variables that are arrays of values of a certain data type.
| Palette object | Description |
|---|---|
| Boolean Array | An array of Boolean values. |
| Double Array | An array of double-precision, floating point numbers. |
| Imported Double Array | An array of double-precision, floating point numbers imported from a file. |
| Int32 Array | An array of 32-bit signed integers. |
| Int64 Array | An array of 64-bit signed integers. |
| UInt32 Array | An array of 32-bit unsigned integers. |
| UInt64 Array | An array of 64-bit unsigned integers. |