<STRLEN> [ HP DeskManager Customization ] MPE/iX 5.0 Documentation
HP DeskManager Customization
<STRLEN>
Syntax
<STRLEN {string} >
where:
string quoted string
Description
<STRLEN> returns a count of the number of characters contained in string.
Spaces within the quoted string are counted as characters. It can be
used, for example, to find the lengths of parameters brought into a
script file.
See also: <VARLEN>.
Example
&BACK 3 <LESS <STRLEN <MAKEQUOTED <VAR password>>> 4>
This causes a jump back to 3 lines if password is less than 4 characters
long.
MPE/iX 5.0 Documentation