Show card1
Thomas Gutzmann
thomas.gutzmann at gutzmann.com
Sat Jan 22 12:23:56 EST 2005
Am 22.01.2005 um 17:57 schrieb Paul Salyers:
> go card card1 <Did Work
>
> but not till I compiled it.
1. check if the name of the card is really "card1" - maybe you modified
it accidentally.
2. include the name in quotes (") - it's safer.
3. if you have selected "check variables" (preferences), you MUST
include the name in quotes, because it would expect a variable called
"card1" otherwise:
put "card1" into card1
go card card1
this would work then, though it would be bad style.
Cheers,
Thomas G.
More information about the use-livecode
mailing list