Re: bug in position()
jacques deschĂȘnes wrote:
> As windows consoles may have more than 25 lines, there is a bug with the
> actual implementation
> of position().
> If line is greater than 25 euphoria crash. (tested on windows xp pro)
>
> exemple:
> }}}
<eucode>
> include graphics.e
> sequence pos
> pos = get_position()
> position(pos[1],pos[2]-1) -- crash if pos[1]>25
> </eucode>
{{{
Ok, thanks Jacques.
I duplicated the problem on my machine.
I'll fix it for the next release.
A couple of other people have reported similar
problems with consoles over 25 lines. It's not just 2.5,
but earlier releases too.
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com
|
Not Categorized, Please Help
|
|