On Sun, Dec 12, 2021 at 05:33 AM, Dave Mitchell wrote:
parse arg with '(' in1 in2 ')' outer
I'm not saying that there is no bug in BREXX, but?I think to spot a common user error: if PARSE works like designed by MFC, it will place whatever precedes the '(' in variable 'with'
"with" is only part of the syntax in a PARSE
VALUE xxxxx
WITH yyyy
If it's not a user error, coding such a PARSE ARG WITH ... is IMHO ad practice as it will cause confusion, one should better select another name than WITH for the first variable to receive result of the parsing process.
?
--
Kris Buelens