×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
Don't give up on INSPECT - it can probably do the task!

Not sure what you are trying to do exactly - not sure what  "f. eks." means.

An example would help us understand what you are trying to accomplish.

If you are trying to change "ABC2EFG" to "ABC*EFG", then the following will
work nicely:

 INSPECT WORD REPLACING FIRST "1" BY "*"
                        FIRST "2" BY "*"
                        FIRST "3" BY "*"
                                etc.





-----Original Message-----
From: R. Bruce Hoffman, Jr. [mailto:rbruceh@attglobal.net]
Sent: Wednesday, August 21, 2002 9:05 AM
To: cobol400-l@midrange.com
Subject: Re: Inspect vs numeric testing.


----- Original Message -----
From: <geir.kildal@entragroup.com>
To: <COBOL400-L@midrange.com>
Sent: Wednesday, August 21, 2002 7:17 AM
Subject: Inspect vs numeric testing.


> I'm wondering if there is a possibility  to get first non-numeric
character in a string replaced by f. eks. '*'?  I have checked the
> INSPECT-statement without finding a solution.


ah, the homework problem rises again... <VBG>

inspect and unstring by themselves won't get this done.
It's pretty much the same in any language... iterate through the string,
apply class tests, keep count and then substring.

===========================================================
R. Bruce Hoffman, Jr.
 -- IBM Certified Specialist - iSeries Administrator
 -- IBM Certified Specialist - RPG IV Developer

"There is a crack in everything,
  that's how the light gets in.
    - Leonard Cohen


_______________________________________________
This is the COBOL Programming on the iSeries/AS400 (COBOL400-L) mailing list
To post a message email: COBOL400-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/cobol400-l
or email: COBOL400-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/cobol400-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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

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