Xbasic
SCRIPT_SPAWN Function
Syntax
C script_spawn(C script_name )
Arguments
- script_nameCharacter
The name of an Xbasic or Action script.
Description
Runs a script in a new session.
Discussion
SCRIPT_SPAWN() runs the named script.
Example
The following example runs an Action Script named "Hello Message" that displays a message dialog box.
script_spawn("Hello Message")
Limitations
Desktop applications only.
See Also