Up

tabtotuple

Create a new tuple from an array.

The size of the array must be less than 256 (Scol limits the size of a tuple at 256). Otherwise, the tuple is not created.
If you are not sure of what you do, you could don't use this function.

Prototype :

fun [tab u0 u1] u1

Return : u1 the new tuple or nil if error

See also :

tupletotab

Example :

Note