[UV] - Dictionary Item for Multi-valued field

2004-04-19 Thread Steve Ferries
HI All, Would someone please point out what I'm doing wrong with the following? I am trying to extract the 'hello' field from the attribute below: 0059 }}}hello|13236|13226|13}E55}12478}}12657 I have tried this: 001 A 002 0 003 LTR NAME 004 005 006 007 008 F;0;(TDLT;X4;;59);X4;(G1\1)

RE: [UV] - Dictionary Item for Multi-valued field

2004-04-19 Thread Jeff Schasny
001 I 002 FIELD(@RECORD59,4,'|',1,1) 003 004 LAST.LTR.NAME 005 12L 006 S -Original Message- From: Steve Ferries [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 10:03 AM To: [EMAIL PROTECTED] Subject: [UV] - Dictionary Item for Multi-valued field HI All, Would someone please

Re: [UV] - Dictionary Item for Multi-valued field

2004-04-19 Thread chris
try... 001 I 002 @RECORD59,4,1 003 004 LAST.LTR.NAME 005 12L 006 S HTH Chris Steve Ferries wrote: HI All, Would someone please point out what I'm doing wrong with the following? I am trying to extract the 'hello' field from the attribute below: 0059

RE: [UV] - Dictionary Item for Multi-valued field

2004-04-19 Thread Jeff Schasny
Oh... were those subvalues or pipes? -Original Message- From: chris [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 10:16 AM To: U2 Users Discussion List Subject: Re: [UV] - Dictionary Item for Multi-valued field try... 001 I 002 @RECORD59,4,1 003 004 LAST.LTR.NAME 005 12L 006 S

RE: [UV] - Dictionary Item for Multi-valued field

2004-04-19 Thread Steve Ferries
HI Jeff, Sub-values. Steve -Original Message- From: Jeff Schasny [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 1:42 PM To: U2 Users Discussion List Subject: RE: [UV] - Dictionary Item for Multi-valued field Oh... were those subvalues or pipes? -Original Message- From

RE: [UV] - Dictionary Item for Multi-valued field

2004-04-19 Thread Steve Ferries
Perfect! Thanks, Steve -Original Message- From: chris [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 1:16 PM To: U2 Users Discussion List Subject: Re: [UV] - Dictionary Item for Multi-valued field try... 001 I 002 @RECORD59,4,1 003 004 LAST.LTR.NAME 005 12L 006 S HTH Chris