<YESNO> [ HP DeskManager Customization ] MPE/iX 5.0 Documentation
HP DeskManager Customization
<YESNO>
Syntax
<YESNO [string] >
where:
string quoted string or unquoted string
Description
<YESNO> returns 0 (FALSE) if string contains the word "NO" in some form,
for example "no", "n", or "N". If string contains characters that do not
map onto the word "NO", is null, or is not provided, the function will
return 1 (TRUE).
See also: <NOYES>.
Example
&FORWARD checkdoc <YESNO <VAR ureply>>
This moves forward to the label checkdoc if the variable ureply does not
contain the word "no".
MPE/iX 5.0 Documentation