|
ISINTDetermines whether its argument is a scalar variable of IDL type int (2 byte) or long (4 byte). SyntaxResult = ISINT(Variable)Return ValueReturns a byte value set to 1 if the variable is of IDL type INT or LONG (2 byte or 4 byte integer), 0 otherwise.Returns 0 if the variable is an array. ArgumentsVariableThe name of the variable to be tested.KeywordsNone. |