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 please

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

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

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: [U2] How to use change(), inside a I-Desc (UV

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

2004-07-02 Thread George Gallen
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] Subject: RE: [U2] How to use change(), inside a I-Desc

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

2004-07-02 Thread Ray Wurlod
In that case, maybe FMT with a mask is easier. For example, and not knowing what you want: FMT(@ID,(L#5(#3)#3(#3)#9)) - Original Message - From: George Gallen [EMAIL PROTECTED] Date: Fri, 2 Jul 2004 16:38:32 -0400 To: [EMAIL PROTECTED] Subject: RE: [U2] How to use change(), inside a I

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/