Setting which card should be open first?
Posted: Tue Aug 30, 2011 4:39 pm
How can I tell in the mainstack which card it should open first, when the program launched?
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
on preopenstack
go cd "Your card number or name here"
...
end preopenstack