|
On 04/11/2005, at 10:34 AM, Hatzenbeler, Tim wrote:
If I have a list of items in a single string ie: Fred;tom;my house;horseAnd I wanted to quickly loop through an unknown amount of items... If therea bif or c function, that does this? 1st pass, I would want 'fred' 2nd ='tom' .....I was thinking about scan, to put the ';' locations in an array, and loop through, but I was wondering, if there was anything prettier, that scanningthe string one character at a time...
Investigate the C language strtok() function. It will do what you want. Be aware that it changes each token to a NULL byte so you need to operate on a copy of the data if you want to keep the original data untouched.
Regards, Simon Coulter. -------------------------------------------------------------------- FlyByNight Software AS/400 Technical Specialists http://www.flybynight.com.au/ Phone: +61 3 9419 0175 Mobile: +61 0411 091 400 /"\ Fax: +61 3 9419 0175 \ / X ASCII Ribbon campaign against HTML E-Mail / \ --------------------------------------------------------------------
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.