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

CHINS( cLookfor, cLookin )

Purpose

Look in a string for any character from another string.

Arguments

     cLookfor -- string of characters to look for

     cLookin -- string to search

Setup

Both strings must be passed.

Example

     ? CHINS( "<=>", "x > 9" )

Returns

.T. if any character from cLookfor is in cLookin, else .F.

Side Effects

None.

Artful Calls

None.

Source File

AA_CHINS.PRG

Notes

None.

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