show hidden fields

Alex Tweedly alex at tweedly.net
Sat Sep 17 09:48:16 EDT 2005


rev at armbase.com wrote:

>Hi All
>
>I have managed to hide a field dependant on its background colour (background
>colour set by a differnt script) but I'd like to show all the fields that I
>have hidden.
>
>I used this script
>on mouseUp
>  repeat for x=1 to the number of fields
>    show fld x of stack "doubledelete"
>  end repeat
>end mouseUp
>
>  
>
It should be
   repeat with x = 1 to the number of fields

(You're mixing it up with    "repeat for N times"    :-)

-- 
Alex Tweedly       http://www.tweedly.net



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.1/104 - Release Date: 16/09/2005




More information about the use-livecode mailing list