--- Mark Swindell <[EMAIL PROTECTED]> wrote:
> I want to save all the stacks that are open in a
> standalone. These
> are separate stack files, not substacks. What
> syntax needs to be
> changed to make the following work?
>
> if theKey is "Q" then
> put the stacks into saveUsAll
> repeat with x = 1 to the number of lines of
> saveUsAll
> save stack (line x of saveUsAll)
> end repeat
> quit
> end if
>
>
> Thanks,
> Mark
>
Hi Mark,
Assuming that all the stacks you want to save have
some custom property set:
##
put the openStacks into tOpenStacks
repeat for each line tOpenStack in tOpenStacks
if the uSaveMePlease of stack tOpenStack then
save stack tOpenStack
end if
end repeat
##
Hope this helped,
Jan Schenkel.
Quartam Reports & PDF Library for Revolution
<http://www.quartam.com>
=====
"As we grow older, we grow both wiser and more foolish at the same time." (La
Rochefoucauld)
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
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