From: J L. T. <jlt...@ma...> - 2022-06-07 20:39:19
|
On 2022-06-07 14:59:38 René Jansen wrote: > > Result is the same as with first version of p4varload_1 but now > > with an addpipe quirk. BTW, the argument for pipe.bat (or ripe.bat > > for me) only requires a double quote at the beginning but none at > > the end. That's one more know-how issue, free of know-why. > > It is a bit like CMS not closing round brackets — I cannot get used to > that. It is a bit confusing; CMS is using ( as a separator, not for grouping. The only time when using a matching ) is useful is when calling an Xedit macro, where ) can be followed by parms for the macro; e.g. | xedit fn ft fm (profile special) parms... which allows SPECIAL XEDIT to parse its arguments: | parse arg . ')' ... When calling ooRexx programs from bash I use [ ] instead of ( ), because bash doesn't try to expand [ ] except in special cases, and will allow [ without ]. (I have no idea what one might use in Windows to get around this.) Leslie -- Operating System: Linux Distribution: openSUSE Leap 15.3 x86_64 java version "18" 2022-03-22 NetRexx portable processor 4.03-BETA build 303-20220331-1205 Open Object Rexx Version 5.0.0 r12286 Build date: Aug 12 2021 Addressing mode: 64 |