How to add a field to a stack of 50 cards

Björnke von Gierke bvg at mac.com
Sat Nov 15 21:53:35 EST 2003


copy field "your field name here"
repeat for ( the number of cards - 1 ) times -- alternative: repeat for 
49 times
   go to next card
   paste
end repeat

also do you know about the backgroundbehaviour property? it will let 
you place a grouped field on many cards (but you still need to copy 
that group to all of your existing cards)

On Sonntag, Nov 16, 2003, at 03:28 Europe/Zurich, Russell wrote:

>
> Hi people
>
> I was playing around and after creating several cards decided to 
> create a field to hold the card number.  Then thought about the 
> problem that if you wanted to add this field to say 50 cards in your 
> stack do you have to add it to all 50 or is there some background 
> slight of code that can do it?
>
> Thanks
>
> Russell
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list