I just occurred to me....
I know you can write directly to an array like so:
[0 0 1 2 3 4 5(
|
but is it possible to do the reverse, without resorting to [tabread myArray] and [until] ?
thx
Directly read from array
I just occurred to me....
I know you can write directly to an array like so:
[0 0 1 2 3 4 5(
|
but is it possible to do the reverse, without resorting to [tabread myArray] and [until] ?
thx
boonier
well, you could do:
[0, 1, 2, 3, 4, 5(
|
[tabread myArray]
or, i think there is also an arraydump patch in list-abs.
not sure if there's anything simpler and closer to what you want though.
[tabdump] in (i think) zexy
Oops! Looks like something went wrong!