Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

IS_IN( pTarget, pBank )

Purpose

Determine if pTarget is "in" pBank, either a string or an array.

Arguments

     pTarget -- item to look for

     pBank -- place to look, string or array

Setup

If pBank is a string, then pTarget must be a character. If
pBank is an array, then pTarget must be of the same type as the
elements in the array.

Example

     ? IS_IN( "S", "ABCD" )      && returns .F.
     ? IS_IN( "B", "ABCD" )      && returns .T.

Returns

.T. if pTarget is "in" pBank, else .F.

Side Effects

None.

Artful Calls

None.

Source File

AA_ISIN.PRG

Notes

None.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson