C
ChUIMonster
Guest
This does it quite reliably for oe10 -- but not oe11: define workfile myWorkfile field x as character . define variable i as integer no-undo. do while true: i = i + 1. create myWorkfile. x = fill( "x", 1024 ). if i modulo 1000 = 0 then message i. end. I've no idea why it doesn't generate the message for oe11.
Continue reading...
Continue reading...