Refactoring is your friend / moving from 6.x to 9.x

Geoff Canyon gcanyon at gmail.com
Mon Dec 31 02:56:01 EST 2018


In 6.7.3 on a Mac, this results in true for me.
Checked in 5.0, also resulted in true.

On Sun, Dec 30, 2018 at 1:26 PM Malte Pfaff-Brill via use-livecode <
use-livecode at lists.runrev.com> wrote:

>
> Regarding lock screen, here is one simple example:
>
> on mouseUp
>         lock screen
>         subhandler
>         unlock screen
>         answer the lockscreen
> end mouseUp
>
>
> on subhandler
>         lock screen
>         — other stuff may follow, but do not unlock
> end subhandler
>
> My expectation in the answer would be „false“, but guess what. :-)



More information about the use-livecode mailing list