Important: The information in this document is obsolete and should not be used for new development.
Initializing AppleScript
Before you call any of the standard scripting component routines, you can call theASInit
function to initialize the AppleScript component with desired application-specific stack and heap sizes. If you don't callASInit
, the AppleScript component initializes itself using either the values specified in the application's'scsz'
resource or, for those values not provided by the'scsz'
resource, default values provided by the AppleScript component.
Subtopics
- ASInit