[EMAIL PROTECTED] 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

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to