|
This is a multipart message in MIME format. -- [ Picked text/plain from multipart/alternative ] Joel. I'm afraid I have to do this the non-elegant way, by testing each character to see if it is numeric or not. If INSPECT had a 'REPLACING FIRST/ALL/LEADING NON-NUMERIC BY 'something'', it would have solved my 'problem', but it has not. ('f. eks' was ment to be short for 'for example', but I wrote the norwegian expression, sorry.) Thanks anyway. Mvh. Geir Kildal "Stone, Joel" <StoneJ@GourmetAward.com> Sent by: cobol400-l-admin@midrange.com 21.08.02 17:54 Please respond to cobol400-l To: "'cobol400-l@midrange.com'" <cobol400-l@midrange.com> cc: Fax to: Subject: RE: Inspect vs numeric testing. 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. _______________________________________________ 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 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.