I was playing with much larger strings and ran out of virtual memory. Kixtart never complained at all.
code:
$z="1234567890"
for $x=1 to 1024
$y=$y+$z
next
? len($y)
for $c=1 to 1024
$y=$y+$y
? len($y)
next
? len($y)



[ 29. October 2003, 23:57: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/