RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-04 Thread Leroy Dreyfuss
l Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Sunday, July 04, 2004 10:40 AM To: [EMAIL PROTECTED] Subject: RE: [U2] How to use change(), inside a I-Desc (UV) It's not an objection so much as seeking an approach that avoids the overhead of CALL (

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-03 Thread Phil Walker
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Sunday, July 04, 2004 10:40 AM To: [EMAIL PROTECTED] Subject: RE: [U2] How to use change(), inside a I-Desc (UV) It's not an objection so much as seeking an approach that avoids the overhead of CALL (or SUBR) by using

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-03 Thread Ray Wurlod
It's not an objection so much as seeking an approach that avoids the overhead of CALL (or SUBR) by using only intrinsic functions. --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Stevenson, Charles
EREPLACE won't work in I-descroptors, just like CHANGE doesn't. I'm not sure why people are looking for other solutions that avoid my earlier suggestion of enveloping UV's vanilla CHANGE function inside your own routine that can be called from an I-descriptor. The same method is good for those fe

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Ray Wurlod
Have you tried EREPLACE instead of CHANGE? --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Ray Wurlod
: Haas, John [mailto:[EMAIL PROTECTED] > >Sent: Friday, July 02, 2004 4:11 PM > >To: [EMAIL PROTECTED] > >Subject: RE: [U2] How to use change(), inside a I-Desc (UV) > > > > > >0001: I > >0002: FIELD(@ID,'X',1):"(X)":FIELD(@ID,'X',2) >

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread George Gallen
he letters preceeding and at time after the target letter, so a select doesn't make it any easier. This is strictly a visual ease case. George >-Original Message- >From: Haas, John [mailto:[EMAIL PROTECTED] >Sent: Friday, July 02, 2004 4:11 PM >To: [EMAIL PROTECTED] >Subj

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Haas, John
0001: I 0002: FIELD(@ID,'X',1):"(X)":FIELD(@ID,'X',2) 0003: 0004: NEW ID 0005: 20L 0006: S Bottom at line 6. If 'X' only occurs once, this will work. John. -Original Message- From: George Gallen [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 1:47 PM To: [EMAIL PROTECTED] Subject

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread George Gallen
uv10, and it needs to CHANGE ANY "X" IN THE @ID TO "(X)" >-Original Message- >From: Kevin King [mailto:[EMAIL PROTECTED] >Sent: Friday, July 02, 2004 2:43 PM >To: [EMAIL PROTECTED] >Subject: RE: [U2] How to use change(), inside a I-Desc (UV) > > &g

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread George Gallen
CONVERT wont work. I need to change "X" -> "(X)" Looks like the function method will be the best solution. George >-Original Message- >From: chris [mailto:[EMAIL PROTECTED] >Sent: Friday, July 02, 2004 2:12 PM >To: [EMAIL PROTECTED] >Subject: Re

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Kevin King
Unidata or Universe, version #, and what's it doing? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: Friday, July 02, 2004 11:47 AM To: [EMAIL PROTECTED] Subject: [U2] How to use change(), inside a I-Desc (UV) OK. Can't figure out how

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Peter Olson
doc ( system description ) doesn't list change as a i-type function can you use convert or maybe call a subroutine -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of George Gallen Sent: Friday, July 02, 2004 1:47 PM To: [EMAIL PROTECTED] Subject: [U2] How t

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Stevenson, Charles
> OK. Can't figure out how to execute the change function > inside an I-desc. > > I'm trying to do: CHANGE(@ID,"X","(X)") I wrote & catalogued: UTIL.BP CHANGE 01: FUNCTION CHANGE( EXPRESSION, SUBSTRING, REPLACEMENT, OCCURRENCE, BEGIN ) 02: RETURN ( CHANGE( EXPRESSION, SUBSTRING, REPLACEMENT,

Re: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread chris
maybe try using CONVERT or try adding the occurrence and begin flag to CHANGE HTH Chris George Gallen wrote: OK. Can't figure out how to execute the change function inside an I-desc. I'm trying to do: CHANGE(@ID,"X","(X)") George --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe plea