|
Shannon, Tried your code, and it seems to work... Maybe try STRDBG, and examine the contents of "SchStg", for the record in question... jt | -----Original Message----- | From: midrange-l-admin@midrange.com | [mailto:midrange-l-admin@midrange.com]On Behalf Of Shannon O'Donnell | Sent: Wednesday, November 28, 2001 6:59 PM | To: midrange-l@midrange.com | Subject: Re: scanning for a hex value in RPGIV | | | It's only one line of code in question, but I'll post it here | along with the | comparison string: | | D para S 1a Inz(x'B6') | D SchStg S 200a | . | . | . | C Eval R = %Scan(para:SchStg) | | You can insert the text from the original post into the SchStg | variable for | an example of what the text itself looks like. | | Thanks | | | ----- Original Message ----- | From: "jt" <jt@ee.net> | To: <midrange-l@midrange.com> | Sent: Wednesday, November 28, 2001 4:40 PM | Subject: RE: scanning for a hex value in RPGIV | | | > Shannon, | > | > >From Bookmanager ILE RPG Ref: "The compare string and base string must | both | > be of the same type, either both character, both | > graphic, or both UCS-2." | > | > Can you post the code for the SCAN? | > | > jt | > | > | -----Original Message----- | > | From: midrange-l-admin@midrange.com | > | [mailto:midrange-l-admin@midrange.com]On Behalf Of Shannon O'Donnell | > | Sent: Wednesday, November 28, 2001 5:03 PM | > | To: midrange-l@midrange.com | > | Subject: Re: scanning for a hex value in RPGIV | > | Importance: High | > | | > | | > | Yep, it's x'B6'. | > | | > | Could be that SCAN doesn't work for hex characters. I'll have to look | into | > | that... | > | | > | | > | | > | | > | | > | ----- Original Message ----- | > | From: "David & Eileen Keck" <bstars@optonline.net> | > | To: <midrange-l@midrange.com> | > | Sent: Wednesday, November 28, 2001 3:51 PM | > | Subject: Re: scanning for a hex value in RPGIV | > | | > | | > | > DSPPFM the file and verify the hex code is x'B6'. -Dave K. | > | > | > | > ----- Original Message ----- | > | > From: "Shannon O'Donnell" <orion@auburnctnet.com> | > | > To: <MIDRANGE-L@midrange.com> | > | > Sent: Wednesday, November 28, 2001 4:42 PM | > | > Subject: scanning for a hex value in RPGIV | > | > | > | > | > | > This is a multi-part message in MIME format. | > | > -- | > | > [ Picked text/plain from multipart/alternative ] | > | > >From within an RPGIV program...I am reading a db file which | > | contains HTML | > | > source code. I want to scan each record, searching for specific | > | characters. | > | > | > | > For example, if I insert the paragraph symbol in the HTML, I | > | want to scan | > | > the HTML source and see if it contains the paragraph symbol. | > | > | > | > Here's a sample record. Note the paragraph symbol: | > | > | > | > <p class=MsoNormal>This is a para mark ¶ and I m putting it right | > | here.</p> | > | > | > | > In my RPG program I am using the SCAN (tried the %SCAN BIF | > | too) opcode to | > | > scan for a hex value of x'b6'...which is the para symbol. | > | > However, the SCAN fails to find a match. | > | > | > | > Anyone have an idea of why the SCAN is failing? | > | > | > | > Thanks, | > | > | > | > | > | > | > | > Shannon O'Donnell | > | > --
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.