Subj : A little stringing along
To : Sean Dennis
From : mark lewis
Date : Fri May 07 2010 10:15 am
ml> here's something i had laying around... the original used a ';' as a
ml> divider with #32 and #9... i just changed the ';' to ',' so it would
ml> break out all of the comma delimited fields as well... it is the 3rd
ml> "str[i]" in each of the three while lines...
SD> Now would this work with a single line to run through it?
yes... i took the sample line you posted and made it couple of constants... you
should be able to do the file read to pull the line into a var and send it to
extractword... i only did the constant to make it easier for the demo and broke
it up into pieces for readability ;)
SD> GTUSER.BBS is a single line that's passed as a text file. I'll
SD> give this a shot this weekend though. Thanks for the code!