Hi,

Create a Stack that will be used as a Library Stack (Call it LibUtils.rev or whatever) then in the main stack that loads the others, do a start using "LibUtils.rev". You will need the full path of the file, which if it's in the same folder as the main stack you can get by doing this:

put the filename of this stack into myLibraryStackFilePathName
set the itemDelimiter to "/"
put "LibUtils.rev" into item -1 of myLibraryStackFilePathName
start using myLibraryStackFilePathName

Hope this Helps
Dave


On 17 Jul 2007, at 21:30, Gregory Lypny wrote:

Hello everyone,

I have a main stack with a number of stack files. The main stack is loaded, and it automatically opens the others.

If I want a certain custom function to be accessible to all the stacks, where do I place it? I put it in the stack script of the main stack, but when I call it from one of the other stacks, it isn't recognized.

Regards,

        Gregory
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to