OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: domenicomaria on April 14, 2019, 03:04:37 AM

Title: dcl-TextBox-GetSel returns List of Longs as (Start End) ?
Post by: domenicomaria on April 14, 2019, 03:04:37 AM
it seems that returns
list of longs as (END START ) !

So I need to REVERSE the list
to get the right behaviour

Title: Re: dcl-TextBox-GetSel returns List of Longs as (Start End) ?
Post by: Fred Tomke on April 14, 2019, 02:55:29 PM
Hello, yes I can confirm your recognition: I've found places in my code where I already handled this. If you think, it's a bug, please add a ticket at https://sourceforge.net/p/opendcl/bugs/ but I'm afraid that it could break existing code.
Thanks!
Regards, Fred
Title: Re: dcl-TextBox-GetSel returns List of Longs as (Start End) ?
Post by: domenicomaria on April 14, 2019, 10:03:12 PM
Don't you think, it's a bug ?