PARSE VALUE
parses the data, a character string, that is the result of evaluating expression. If you specify no
expression, the null string is used. Note that WITH is a subkeyword in this context and cannot be
used as a symbol within expression.
WITH can be used as a symbol within expression, if it appears inside parenthesis or bfackets.
Anonymous
here is an example:
with='a string'
Parse Value with a; Say '>'a'<'
Parse Value (with) with 4 with; Say with
K:>rexx pv
Last edit: Walter 2023-11-26
Here's a patch.
Clarification added with [r12869]
Related
Commit: [r12869]