On Mon, 31 Dec 2001 16:15:39 -0800, Paul Makepeace wrote: >I couldn't figure out a Perl-ish way of parsing it, resorting to putting >it all in a big 2D array and scurrying around it.
I still have no clue what it's all about (it's no fun being left all in the dark), but can't you use vec()? If that's a 2D array of numbers, that is. You can then simply use a simple 1D array of scalars. -- Bart.