It's up to you and will depend on the type of program you want to write. If
each of these stacks will contain unique data and you need a way to save
that anyway then you could just save the stack as a custom file type. If you
just want to display some data that is saved somwhere else then do this
clone stack "MyTemplate"
set the name of it to "MytemplateClone"
set the destroyStack of it to true -- the long id is in it after cloning
...
close stack "MyTemplate" -- this will close and remove from memory
Next time you need a new stack then you just clone the template. The clone
will not be saved unless you save it: save stack "MyTemplateClone" as
fileName
>
> Do I delete that clone when I am done with it or is it better to just
> hide it and reuse later?
>
>
> >clone stack "MyTemplate"
> >
> >> What is the technique in MetaCard to open multiple windows with the
> >> same objects? I want to allow users to open multiple files in my
> >> stack, and I need to open a new (same looking) window for each file.
> >> Do I need to create a new substack for that or there is a simpler
> >> trick?
> >>
> > > Robert Brenstein
> >>
>
> Archives: http://www.mail-archive.com/[email protected]/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.
>
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.