On 4/11/11 4:20 PM, stephen barncard wrote:
got it -- tnx richard.

put "/Users/Desktop/stackfile,rev" into sf

put the mainstack of  stack sf into tStacks

put the substacks of stack sf into tSubStacks

LiveCode will resolve the path as a stack if you specify "stack", so you could combine it all into a one-liner if you want:

 put the substacks of stack "/Users/Desktop/stackfile.rev" into tSubStacks

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to