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: Text /
Chapter 6 - Script Manager / Script Manager Reference
Routines / Checking and Setting the System Direction


SetSysDirection

The SetSysDirection procedure sets the value of SysDirection, the global variable that determines the system direction (primary line direction).

PROCEDURE SetSysDirection (newDirection: Integer);
newDirection
The desired value for SysDirection.
DESCRIPTION
There are two valid input values for newDirection:

0 = left-to-right line direction

-1 = $FFFF = right-to-left line direction


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996