ADELIA |
VADELIA |
SADELIA |
WADELIA |
EADELIA |
(I/B) |
(I/B) (C/S) |
(B) (S) |
(I/B) (C/S) |
(B) (C/S) |
Type
1 A
Use
This reserved word is linked to the use of the LOOK_UP 4GL instruction.
It can take the value:
1 |
if the search has succeeded, |
0 |
if the search in the array has failed. |
Modification by the programmer not recommended.
Example
LOOK_UP = WFIELD ARRW
IF *FOUND = '1'
...
END
Also refer to:
the LOOK_UP 4GL instruction.