Check if it is a string variable.
int isStringType(void* _pvCtx, int* _piAddress)
int isNamedStringType(void* _pvCtx, const char* _pstName)
: :_piAddress Address of the Scilab variable. : :_pstName Name of the variable for “named” functions. :
1 if variable is a string type, otherwise 0