From: J L. T. <jlt...@ma...> - 2023-01-12 05:42:12
|
You're right, I sent this to the wrong list. I apologize. Leslie On 2023-01-11 07:42:49 Jeff Hennick wrote: > <html> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> > </head> > <body> > <p>This might get better responses out on a more general NetRexx > list. I'm not qualified to answer.<br> > </p> > <div class="moz-cite-prefix">On 1/10/2023 11:36 PM, J Leslie Turriff > wrote:<br> > </div> > <blockquote type="cite" > cite="mid:202...@ma..."> > <pre class="moz-quote-pre" wrap="">Hi, > > Say I want to use an indexed string with two levels of indices: > | list[level1,level2] > > Can I use > > | list.exists(index) > > to test just the first level? Or would it be > > | list.exists(index,) > > ? > > Leslie > -- > Platform: GNU/Linux > Hardware: x86_64 > Distribution: openSUSE Leap 15.4 > NetRexx: 4.03-GA build 260-20220503-1730 > > > _______________________________________________ > netrexx-pipelines mailing list > <a class="moz-txt-link-abbreviated" > href="mailto:net...@li...">netrexx-pipelines@lis >ts.sourceforge.net</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> -- |