there are multiple issues with strings in Eviews7 as it will shut down by ...
wfcreate u 1 200
%x = " money "
for !i =1 to 5000
%y= %y+ %x
statusline %y
next
... and Eviews7 will also shut down by ...
wfcreate u 1 200
%x = " money "
for !i =1 to 5000
%y= %y+ %x
next
text a
a.append %y
