|
ISLONGDetermines whether its argument is a scalar variable of IDL type long. SyntaxResult = ISLONG(Variable)Return ValueReturns a byte value set to 1 if the variable is long, 0 otherwise.Returns 0 if the input is an array. ArgumentsVariableThe name of the variable to be tested.KeywordsNone. |