<MAKEUNQUOTED> [ HP DeskManager Customization ] MPE/iX 5.0 Documentation
HP DeskManager Customization
<MAKEUNQUOTED>
Syntax
<MAKEUNQUOTED [string] >
where:
string unquoted string or quoted string
Description
<MAKEUNQUOTED> makes any quoted string into an unquoted string. If
string is a quoted string with another quoted string embedded within it,
<MAKEUNQUOTED> will convert the inner quotes to single quotes (') and
remove the outer quotes. If string is not supplied, <MAKEUNQUOTED> will
return an unquoted null string.
See also: <MAKEQUOTED>, <QUOTE>, <UNQUOTE>.
Example
<MAKEUNQUOTED "I said "Good bye" to him">
becomes:
I said 'Good bye' to him.
MPE/iX 5.0 Documentation