I think you are almost there. But I would not use the 
In a message dated 6/9/10 1:03:14 PM, csz...@mac.com writes:


> Craig,
> 
> I made some changes in my script, which works. I am carefully checking any 
> field on a marked card to see if there are problems.
> 
> Here is the revised script
> 
> on mouseUp
>    repeat with y = 1 to the number of marked cds ------> Clears fields on 
> marked cards
>       repeat with u = 1 to the number of fields of marked card y
>         
>          if the lockText of field u of card y is false then put empty into 
> field u of marked card y
>          --         if the short name of field u of marked card y CONTAINS 
> "field" then put empty into field u of marked card y
>       end repeat
>    end repeat
> end mouseUp
> 
> What do you think?
> 
> Charles Szasz
> 
_______________________________________________
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