× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: Re: How to insert a character in a string in RPGLE
  • From: Mel Rothman <melrothman@xxxxxxxx>
  • Date: Mon, 28 Aug 2000 11:47:18 -0500

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

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.