Re: Stub Stack

2015-01-18 Thread J. Landman Gay
On 1/18/2015 1:13 PM, Ralph DiMola wrote: What is the best way to pass data the main stack? The stub stack show a splash screen then does a "Go Stack mainstack.livecode" and then closes itself. I could write text file in the stub and read it in from the main stack, but is there a bet

Stub Stack

2015-01-18 Thread Ralph DiMola
What is the best way to pass data the main stack? The stub stack show a splash screen then does a "Go Stack mainstack.livecode" and then closes itself. I could write text file in the stub and read it in from the main stack, but is there a better way to do this? Thanks Ralph DiMola I