IN-ALPHA |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > IN-ALPHA
|
|
Purpose |
IN-ALPHA tests whether a value is contained within a specified alphanumeric or wide string. |
Syntax |
IF value IN-ALPHA ‘string’ THEN statement; |
Operation |
value is an alphanumeric or wide variable to be searched for. |
Remarks |
IN-ALPHA matches are valid for alphanumeric or wide variables only. The specified alphanumeric or wide string may also be a value variable or a scratch variable. |
Example |
IF $OPTION IN-ALPHA ‘ACDL’ THEN FLD(15); |
Topic ID: 520067