stacks within a stack file

J. Landman Gay jacque at hyperactivesw.com
Mon Apr 11 18:09:52 EDT 2011


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         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list