[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function            ISPART()
Action              Determines if a number is part of a set
Returns             <expL> if number is part of set
Category            Other
Syntax              ISPART(<expN1>,<expN2>,<expN3>,...<expN10>)
Description         Compares a number <expN1> to a set of numbers
                    <expN2..expN10> to determine if it is equal to
                    any of them. Returns True if it is, False otherwise.
Options             Up to 9 numbers to compare.
Examples            If ISPART(choice,5,6,7,12)
                      MSG("Need a DBF open")
                      loop
                    endif

Found in (prg)......S_ISPART.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson