|
This is a classic strtok() issue with no solution via strtok(). There is another function call strsep() that probably does what you want, but I do not believe it is in the IBM compiler on the AS/400. But there are third party packages that offer it and you can probable find the source on-line and port it to the 400. The only other solution is to do it the grunt way... look for each bar yourself. -Bob Cozzi -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Tim Randall Sent: Wednesday, August 18, 2004 10:56 AM To: rpg400-l@xxxxxxxxxxxx Subject: strtok Hi all, I am using the strtok api and have used it many times. I seemed to have come across a situation that it is not working. I have a string that is has followed: Test||||||123|x|||8900 The problem is that the api seems to skip the delimiters that are stacked. This is throwing off my fields that are returned. I thought I would get back blanks for each field that has nothing between the delimiters. Instead the api just seems to keep looking for data to return. Is there a way to prevent this or have the number of delimiters returned so I know how many fields to skip as well? Thanks Tim Randall Programmer/Analyst City of Independence -- 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.