In U2 you would again use an I-desc, with attr 2 being TRANS("FILE.NAME",
ID.TO.USE, "ATTR.DESIRED", "X") quotes around everything but the ID that you
would use to translate to the file. UV must have something similiar....<?>
In answer to the question yes I would use an I-Type to TRANSlate the appropriate field from the second file but beware in UniVerse the TRANS does a LOWER on the returned field.
This will result in the "multivalue" coming back with the delimiters at one level lower that expected. Depending on what you expect to use the field for this may or may not be a problem.
The fix is easy enough just wrap the thing up in a RAISE.
ie ----: 0001: I ----: 0002: RAISE(TRANS(FILE.NAME,F11,F22,'X')) ----: 0003: ----: 0004: Branch No ----: 0005: 10R ----: 0006: S ----: 0007: ----: 0008:
Cheers,
.....Darren..... ================================= It is very hard to drink all day If one doesn't start first thing in the morning ================================= ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
