<UNQUOTE> [ HP DeskManager Customization ] MPE/iX 5.0 Documentation
HP DeskManager Customization
<UNQUOTE>
Syntax
<UNQUOTE {string} >
where:
string quoted string
Description
<UNQUOTE> returns an unquoted version of a quoted string. <UNQUOTE> will
not work properly with a string which does not contain a quoted string, a
string which contains two sets of quotes, or a string which contains
unmatched quotes. If you are in any doubt as to the format of the string
you should use <MAKEUNQUOTED> instead.
See also: <MAKEQUOTED>, <MAKEUNQUOTED>, <QUOTE>.
Example
<UNQUOTE "I said Goodbye">
becomes:
I said Goodbye
MPE/iX 5.0 Documentation