Jef Lee skrev:
Some time ago, someone posted code showing a very fast way to process
all the attributes in a record.  I think it involved deleting the first
attribute after processing it, but I'm not sure.

I searched the digests I have kept and probably haven't got that one or
don't know what words to search for.  I also tried the user group's
website search but it's currently a broken link.

Please tell me where to go or reply with the method you used.

Thanks.

Jeffrey Lee
Senior Analyst/Programmer

You're mention of deleting the first attibute leads me to think that that
it's a trick for building a mv array quickly You're thinking about:


arr  = ""

loop
   ....    code to calc next.value
   while  more.values
   arr := @AM:next.value
   repeat
del arr<1>


HTH

-- mats -------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to