Hi Charles,
I was not sure if this is a special case which should be omitted. If I use the first commented statement: String s = Space(2500) then the demo will work with #Lookahead. It will also work if I use:
String s
s = String(2500,"A")
the numbers are then displayed not so fast as when filled with Space. I am curious about the filename? If I look at gxo2.exe with my TaskManager, there is a slight increase of memory usage after pressing the key, but I assume this is because of allocating memory for the string?
Roland