On 11/22/2012 5:46 AM, Marco Manyevere wrote: > I have a large dynamic array ID.LIST. 99% of it is made of ID.LIST<1> which > itself is multi valued. I need to extract only ID.LIST<1, 1>. Im just > wondering if the technical implementation of REC.ID = ID.LIST<1, 1> results > in an unnecessary scan of almost the entire array looking for @FM to delimit > the first field then a second scan to delimit by @VM or am I better off using > the FIELD operator ID.LIST[@VM, 1, 1] in this case. > > Marco. > _______________________________________________ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users >
How about "REMOVE REC.ID FROM ID.LIST SETTING UNUSED"? -- allen egerton; aegerton @ pobox.com _______________________________________________ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users