Creating cards

Geoff Canyon gcanyon at inspiredlogic.com
Sun Feb 26 14:43:41 EST 2006


On Feb 26, 2006, at 11:26 AM, Gordon Webster wrote:

> function addCard cardname
>   create card cardname
> end addCard

Not sure about the "creating the card twice" part, but try changing  
to a handler:


on addCard cardname
   create card cardname
end addCard

regards,

Geoff



More information about the use-livecode mailing list