Mark Johnson wrote: 

> REMOVE doesn't give you the MV counter for the associated fields
> by itself. You have to manage separately and hope to keep in sync.
> That's more code.

You can do multiple removes on different MV strings instead of keeping a
counter and referencing the associated fields as REC<X,X>.

For example:

LOOP

   REMOVE VAR1 FROM REC<15> SETTING DELIM
   REMOVE VAR2 FROM REC<16> SETTING NOTHING
   ...

   { do something with the variables }

WHILE DELIM REPEAT


Larry Hiscock
Western Computer Services

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.12/220 - Release Date: 1/3/2006
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to