|
Another thing to check out is the %REPLACE BIF, available starting with V4R3.
%REPLACE(replacement string: source string{:start position {:source length to
replace}})
Here is a short example that finds the first apostrophe and inserts another
without replacing the one that was found.
Dapost c ''''
Dstr s 20 inz('Now''s okay')
Di s 10i 0
C eval i = %scan(apost:str)
C eval str = %replace(apost:str:i:0)
C str dsply
C eval *inlr = *on
Mel Rothman
David Keck wrote:
>
> Check out the %SUBST BIF. Your scan operations tell you where in the string
> you want to do things. The %SUBST (or the SUBST op-code) will enable you to
> break the string apart into logical pieces. Then you can construct a new
> string from the pieces of the original string and your modifications
> embedded where you like. There are very good examples of this in the RPG
> reference manual. DaveK
>
> ----- Original Message -----
> From: mariame@SIAMTL.COM
> To: 'MIDRANGE-L@midrange.com'
> Sent: Monday, August 28, 2000 10:15 AM
>
> Hello,
>
> i scan for the character quote <'> in a string i want to insert another
> quote to close the first
> How can i insert a character in a string in RPGLE?
>
> thanks
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.