From: Jeff H. <Je...@Je...> - 2025-02-23 14:27:41
|
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <p>Yes. It works fine. Except for the "echo" after compiling.</p> <p>Jeff<br> </p> <div class="moz-cite-prefix">On 2/23/2025 1:04 AM, J Leslie Turriff via netrexx-pipelines wrote:<br> </div> <blockquote type="cite" cite="mid:202...@ma..."> <pre wrap="" class="moz-quote-pre"> Um... you're mixing parentheses and braces in your prefix literal ... stage. Leslie On 2025-02-22 15:00:34 Jeff Hennick wrote: </pre> <blockquote type="cite"> <pre wrap="" class="moz-quote-pre">Compiling a pipe that uses the {var} structure to include a NetRexx variable works, but the "echo" is not correct. See the case below, where it should be arg(string {'avar'}) it is missing two punctuation marks: arg(string 'avar'} PS C:\Users\Jeff\Documents\nr5\examples\pipes> pipc testpipe.nrx pipe (testpipe_apipe stall 1000) stem F | sort | prefix literal arg(string 'avar'} | console | stem T PS C:\Users\Jeff\Documents\nr5\examples\pipes> </pre> </blockquote> <pre wrap="" class="moz-quote-pre">-- Platform: Linux Distribution: openSUSE Leap 15.6 - x86_64 NetRexx 4.06-GA build 152-20240304-0612 openjdk version "21.0.3" 2024-04-16 OpenJDK Runtime Environment (build 21.0.3+9-suse-lp155.51.3-x8664) OpenJDK 64-Bit Server VM (build 21.0.3+9-suse-lp155.51.3-x8664, mixed mode, sharing) _______________________________________________ netrexx-pipelines mailing list <a class="moz-txt-link-abbreviated" href="mailto:net...@li...">net...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines">https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines</a> </pre> </blockquote> </body> </html> |