NAME

cxScriptCommand - Send an IRIS Explorer script command to the U/I

C SPECIFICATION

#include <cx/UI.h>

int cxScriptCommand( char *string )

FORTRAN SPECIFICATION

integer function cxScriptCommand(character *(*))

PARAMETERS

string
Text of the IRIS Explorer scripting command to send for processing.

DESCRIPTION

cxScriptCommand Takes a complete IRIS Explorer script command or program and sends it to the script processor for execution. Very little syntax checking is performed on the script program before it is sent, but if these checks detect an error, a negative value is returned, otherwise zero.

Once the script command has been sent, no notification is returned about whether or not it was invoked successfully, or when it has completed. Execution is completely asynchronous from module execution.


Last modified: Mon Nov 18 13:53:17 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996