btw, to explain the statement above

Len($var) can also be written as ($var^) or $var^0

The second option usualy works as the maximum var for a for-next-loop, and the first one if you're using it in calculations. But because the second one is one stroke shorter, it's worth to try if it works.
_________________________
The Code is out there