Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: Apple Guide Complete / Part 4 - Scripting Guide Files
Chapter 10 - Guide Script Command Reference / Guide Script Command Descriptions
/ Creating Sequences


<Insert Sequence>

You can use the <Insert Sequence> command to include the commands from another sequence into the current sequence.

<Insert Sequence> sequenceName
sequenceName
A text string specifying the name of a sequence.
DESCRIPTION
The <Insert Sequence> command copies the information from the named sequence into the current sequence's definition. You can use this command to reuse sequences common to one or more help topics.

SPECIAL CONSIDERATIONS
Any panels inserted by an <Insert Sequence> command apply toward a sequence's 32-panel limit.

EXAMPLES
#sequence that is reused often
<Define Sequence> "How do I use the tool bar?"
   <Panel> "intro tool bar"
   <Panel> "tools"
<End Sequence>
#sequence that reuses another sequence
<Define Sequence> "How do I create footnotes?"
   <Panel> "intro footnotes"
   <Insert Sequence> "How do I use the tool bar?"
   <Panel> "editing footnotes"
<End Sequence>
SEE ALSO
The <Jump Sequence> command is described next.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
12 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help