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 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)
009 R
010 12

and this:

001 I
002 FIELD(59X,CHAR(252),0)
003
004 LAST.LTR.NAME
005 12L
006 S

without success.

We're on UniVerse 9.6.2.10.

Thank you for your help!

Steve Ferries
Vice President, Information Technologies
Total Credit Recovery Limited
416 774 4250

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


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 }}}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)
009 R
010 12
and this:

001 I
002 FIELD(59X,CHAR(252),0)
003
004 LAST.LTR.NAME
005 12L
006 S
without success.

We're on UniVerse 9.6.2.10.

Thank you for your help!

Steve Ferries
Vice President, Information Technologies
Total Credit Recovery Limited
416 774 4250
 

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


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


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 }}}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)
009 R
010 12

and this:

001 I
002 FIELD(59X,CHAR(252),0)
003
004 LAST.LTR.NAME
005 12L
006 S

without success.

We're on UniVerse 9.6.2.10.

Thank you for your help!

Steve Ferries
Vice President, Information Technologies
Total Credit Recovery Limited
416 774 4250

  


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


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: 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


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 }}}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)
009 R
010 12

and this:

001 I
002 FIELD(59X,CHAR(252),0)
003
004 LAST.LTR.NAME
005 12L
006 S

without success.

We're on UniVerse 9.6.2.10.

Thank you for your help!

Steve Ferries
Vice President, Information Technologies
Total Credit Recovery Limited
416 774 4250

  


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


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


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 }}}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)
009 R
010 12

and this:

001 I
002 FIELD(59X,CHAR(252),0)
003
004 LAST.LTR.NAME
005 12L
006 S

without success.

We're on UniVerse 9.6.2.10.

Thank you for your help!

Steve Ferries
Vice President, Information Technologies
Total Credit Recovery Limited
416 774 4250

  


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users