|
The code has gone through several variants while I tried to figure out what was going on so both of you were right at one time or another. It's working now. This is the prototype and call. // Search for substring d SchStr pr * ExtProc('strstr') Error number d * Value String to search d * Value String to find SchString = b_PDF + x'00'; TmpPtr = SchStr(XMLString@ :%Addr(SchString)); Thanks again for the help. I knew someone had to have used this function before. Rick -----Original Message----- From: rpg400-l-bounces+rick.chevalier=americredit.com@xxxxxxxxxxxx [mailto:rpg400-l-bounces+rick.chevalier=americredit.com@xxxxxxxxxxxx]On Behalf Of Scott Klement Sent: Thursday, November 11, 2004 1:21 PM To: RPG programming on the AS400 / iSeries Subject: RE: Searching a user space I didn't look very thoroughly at his code, but I thought he was passing a pointer to a user space to strstr()? If so, it won't use a temp variable and it won't add a null-terminator. If he's actually passing an RPG character variable, rather than an address, then you're right. On Thu, 11 Nov 2004, Bob Cozzi wrote: > Since he has OPTIONS(*STRING) on his prototype, his 64k chunk will be copied > into a temp variable that is null-terminated. But I agree, his prototype is > wrong. -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-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.