scripting challenge: Large/Smaller text size

Buster wouter.abraham at scarlet.be
Sat Jul 2 19:56:21 EDT 2005


Damn typo


On 03 Jul 2005, at 01:50, Buster wrote:

>   if "8" is among the lines of sizeList and inc > 0 then
>              beep
>              exit to top
>          end if
>

must be:

   if "8" is among the lines of sizeList and inc < 0 then
              beep
              exit to top
          end if


Sorry,
Wouter


More information about the use-livecode mailing list