


Is_In_N
Purpose
Looks to see if the first parameter is identical to nay other parameter(s) in
a list. This function is currently being deimplemented. Use IsIn.
Arguments
Is_In_N( <find> , <val1> , <val2> , <valN> )
Example
Is_In_3( tFRUIT , "APPLE" , "PEAR" , "ORANGE" )
tFRUIT = "PEAR"
Returns True.
tFRUIT = "MANGO" Returns False.
Notes
N may be be 2-5, i.e. there are four functions available to cover value lists of
two to five items long.