Next: File Array Creation, Previous: Array Creation, Up: Array Creation [Contents][Index]
Most of these routines create arrays (Arrays) with all elements equal to zero. (Before LUX 3.2.184, such routines created arrays with uninitialized – garbage – contents. That was a little faster but also less clean.)
To create an array of arbitrary type.
To create a byte
array.
To create a cdouble
array.
To create a cfloat
array.
To create a double
array.
To create an array filled with distances from a selected location.
To create a float
array.
To create a word
array.
To create a long
array.
To create a int64
array.
To create an array from values entered at the keyboard.
To create a string
array.