Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

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
/ Specifying Startup Information


<World Script>

You can use the <World Script> command to specify script and region information for your guide file.

<World Script> scriptCode, regionCode
scriptCode
An integer specifying the script code for your guide file. This value identifies the script system your guide file is intended for.
regionCode
An integer specifying the region code for your guide file. This value identifies the region your guide file is intended for.
DESCRIPTION
The <World Script> command sets the guide file's script code and region code to the values specified by the scriptCode and regionCode parameters. Apple Guide displays only guide files whose script codes match the script system currently in use.

SPECIAL CONSIDERATIONS
The <World Script> command should appear no more than once in your source files. If you omit this command, Guide Maker assigns your guide file a script code of 0 (Roman) and a region code of 0 (U.S.).

EXAMPLES
#specify Roman script system, U.S. region
<World Script> 0, 0
SEE ALSO
See the chapter "Script Manager" in Inside Macintosh: Text for a complete list of script codes and region codes.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
12 JUL 1996