|
MLGetNext()
int MLGetNext(MLINK link) goes to the next object on link and returns its type.
The following values can be returned:

MLTKINT and MLTKREAL do not necessarily signify numbers that can be stored in C int and double variables.
See Section 2.13.12.
See also: MLGetArgCount.
|