get the Name of this stack -- what you see in the stack inspector --stack "Showcase Functions" (which could be a main or sub stack)
Except if you are running in a Function in the stack script that has been called by another stack in this case it returns the name of the calling stack. To always get the name of the stack you are executing in use "me"
get the name of me <--- in the stack script returns the name of the stack you are currently running in.
Hope this helps Dave _______________________________________________ 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
