Language Reference

MODULEIC Function

calls an external routine that returns a character

MODULEIC( control, modname, <matrix1,...,matrix13>);

The inputs to the MODULEIC function are as follows:


control
is a character matrix containing a control string.

modname
is a character matrix containing the name of the external routine to be called.

matrix
matrices with parameters to be passed to the external routine.

The MODULEIC routine executes a routine modname that resides in an external shared library with the specified arguments, and returns a character value. The description of this function is identical that for to the MODULEI call, except that the MODULEIC function returns a character value from the external routine.

See the MODULEI call for a full description of the function and its inputs.

Previous Page | Next Page | Top of Page