Page 1 of 1

Setting which card should be open first?

Posted: Tue Aug 30, 2011 4:39 pm
by cu3e
How can I tell in the mainstack which card it should open first, when the program launched?

Re: Setting which card should be open first?

Posted: Tue Aug 30, 2011 4:43 pm
by Klaus
Hi cu3e,

Code: Select all

on preopenstack
  go cd "Your card number or name here"
 ...
end preopenstack
Did you check these stacks here?
http://www.runrev.com/developers/lesson ... nferences/

Great learning resources and DEFINITIVELY worth a look :)


Best

Klaus