From: Jeff H. <Je...@Je...> - 2025-02-22 21:00:51
|
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p>Compiling a pipe that uses the <b>{var}</b> structure to include a NetRexx variable works, but the "echo" is not correct.</p> <p>See the case below, where it should be <b>arg(string {'avar'})</b> it is missing two punctuation marks: <b>arg(string 'avar'}</b><br> </p> <div style="display:inline-block;white-space:pre;background-color:#012456;font-family:'Cascadia Code',monospace;font-size:10pt;padding:4px;"><span style="color:#D3D7CF;background-color:#012456;">PS C:\Users\Jeff\Documents\nr5\examples\pipes> </span><span style="color:#FCE94F;background-color:#012456;">pipc </span><span style="color:#D3D7CF;background-color:#012456;">testpipe.nrx</span> <span style="color:#D3D7CF;background-color:#012456;">pipe (testpipe_apipe stall 1000) stem F | sort | prefix literal arg(string 'av</span><span style="color:#D3D7CF;background-color:#012456;">ar'} | console | stem T</span> <span style="color:#D3D7CF;background-color:#012456;">PS C:\Users\Jeff\Documents\nr5\examples\pipes></span></div> <p></p> <p><br> </p> </body> </html> |