|
ISSTRINGDetermines whether its argument is a scalar variable of IDL type string. SyntaxResult = ISSTRING(Variable)Return ValueReturns a byte value set to 1 if the variable is a string, 0 otherwise. Arrays of strings will return 0.ArgumentsVariableThe name of the variable to be tested.KeywordsNone. |