sym_setInteger
This routine is used to set the type of a variable to be integer.
Calling Sequence
sym_setInteger(index)
Description
Arguments
index
The index of the variable type to be modified as integer. Note that, it has to be at most the number of columns.
Return value
Returns 0 if the variable type has been set as integer and 0 if an error value is returned.
Examples
status=sym_setInteger(1)
Authors
Iswarya Hariharan