Re: strange thing with put_screen_char()

new topic     » goto parent     » topic index » view thread      » older message » newer message

Gwen writes:
> But it gives me an error, talking about slices 
> ends past end ... :

This is a known bug.
The test in put_screen_char() should be:

     if overflow > 0 then   -- correct

not:

     if overflow then   -- wrong

Please correct your copy of image.e
It will be corrected this way in 2.3.
Not many people use this routine.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu