[progress Communities] [progress Openedge Abl] Forum Post: Re: Warning: -l Exceeded....

  • Thread starter Thread starter ChUIMonster
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top