[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] 2d to 1d array



if i want this:
List[ 0, 1, 2]

what should i do here to avoid List[ [0, 1, 2] ]? :

(
a = #[0, 1, 2];
x = List[a];
)

thanks as always,
j