Page 1 of 1

opening another stack

Posted: Fri May 28, 2010 5:15 am
by Glenn Boyce
I have set up a completely separate stack to hold all my data. I want this data stack to open when I open my application stack. It all works fine if i open the stack manually first and it gets put into memory. but as soon as I close revolution down completely and open up my main stack it can't find the data stack. There has to be areally simple way of doing this. I've read the manual and can't get any help from that and I've wasted over 3 hrs today trying different things to get it work. Ca someone please set me right.

Re: opening another stack

Posted: Fri May 28, 2010 5:26 am
by Curry

Code: Select all

put filename of this stack into f
set itemdel to "/"
put "myotherstack.rev" into last item of f
open stack f
The two stacks are in the same folder.

(Or make it a substack.)

Re: opening another stack

Posted: Fri May 28, 2010 7:22 am
by Glenn Boyce
I knew it would be simple.
Thats got it. thanks very much