Creating cards

Gordon Webster gwalias-rev at yahoo.com
Sun Feb 26 14:26:10 EST 2006


Dear Revvers

Haven't used rev for a while - what am I doing wrong?

I created a function to add a named card to a stack like this:

function addCard cardname
  create card cardname
end addCard

When I run it from the message box like this: addCard("AnotherCard"), it creates the new card twice!

Before I run this function, the 'cardnames' of my stack looks like this:

MyFirstCard

Afterwards, it looks like this:

MyFirstCard
AnotherCard
AnotherCard

Any ideas why it creates the new card twice?

Best

Gordon





More information about the use-livecode mailing list