Larry Gilbert wrote on Tue, Sep 23, 2008 09:55 PM UTC:
I hope I am not being a pain yet... Unfortunately, I still can't get things to work the way we expect. I think the point of failure is with the list operator (or how I'm using it). This snippet should reproduce the problem. It ends with strcoords being empty--not an empty array, just nothing.
set arraycoords ray 0 1;
set strcoords list var arraycoords;
dump;
shift #strcoords;
I hope I am not being a pain yet... Unfortunately, I still can't get things to work the way we expect. I think the point of failure is with the list operator (or how I'm using it). This snippet should reproduce the problem. It ends with
strcoords
being empty--not an empty array, just nothing.