ScriptForge Library /text/sbasic/shared/03/lib_ScriptForge.xhp

The ScriptForge Library

BASIC ScriptForge library

GlobalScope.BasicLibraries.LoadLibrary("ScriptForge")
The described modules and classes are invoked from user scripts as "Services". A generic constructor of those services has been designed for that purpose: [ScriptForge.][Services.]CreateScriptService("servicename"[, arg0, Arg1, ...]) Services from external libraries can be registered with the RegisterScriptServices(...) method in order to extend the set of available services.
All ScriptForge Basic routines or identifiers that are prefixed with an underscore "_" character are reserved for internal use. They are not meant be used in Basic macros.
Exception class Service FileSystem Service L10n class Service Platform Service Services class Service Session Service String Service TextStream class Service Timer class Service UI Service Restricted use for SF_Root, SF_Utils Other ScriptForge undescribed modules are restricted to this library internal use. Their content is subject to change without notice.