> I've actually run into a program with 10 READV's, some processing then 10


> WRITEV's for the obvious same record in the same file.

>

> Is the OCONV(translate) function any more or less effecient in BASIC than
in

> English (sic). I use them for simple validation or to retrieve one field

> with no side effects. If I need another field, I use OPEN and READ.



I have used the Translate code with OCONVS() function when it is
stylistically in keeping with the use of vector functions around it and
only because there isn't a vector version of TRANS(), but personally I
wouldn't use it outside of that situation.



      custProductIDs = splice(reuse(custId),'*',productIds)

      prices = oconvs(custProductIDs,'TCUST.PRODUCT','X';;99)



Stuart



**********************************************************************
This email message and any files transmitted with it are confidential
and intended solely for the use of addressed recipient(s). If you have 
received this email in error please notify the Spotless IS Support Centre (+61 
3 9269 7555) immediately, who will advise further action.

This footnote also confirms that this email message has been scanned
for the presence of computer related viruses.

**********************************************************************
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to