I have not seen request for this.
If it is already on the wish-list, please tick it once more.
I frequently need to scan arrays in 'reverse' direction to ensure that
my first hit is the 'latest insert' in the array
ARRAY SCAN REVERSE A()....
or
ARRAY SCAN A(Ubound(A)),FOR -200,......
------------------
Fred
mailto:[email protected][email protected]</A>
http://www.oxenby.se
If it is already on the wish-list, please tick it once more.
I frequently need to scan arrays in 'reverse' direction to ensure that
my first hit is the 'latest insert' in the array
ARRAY SCAN REVERSE A()....
or
ARRAY SCAN A(Ubound(A)),FOR -200,......
------------------
Fred
mailto:[email protected][email protected]</A>
http://www.oxenby.se
Comment