federico a écrit :
using [tracker] like a visual matrix.
heh, it *is* a visual matrix ;)
Also I think more things should be implemented in this way, like some separators, to output also numbers from different successive columns
I don't think I understand you here... what are separators?
perhaps you could do something like:
|get 0 1, get 0 2, get 0 3( | [tracker]
or, better:
|1, 2, 3( | |get 0 $1( | [tracker]
That is indeed what I've done in the first patch I've attached.
[25( | [until] | [counter 0 25] | [get 0 $1(
something like this but with another counter for the rows...
I mean by separators, a settable line between rows or columns for helping the visual matrix user to get faster to the right number setting. eg: in my patch that intend to handle curve3d object I'd be glad if I could put a line every three columns for separating each point.