could someone please help me?
how can i
test to see if the last token is a delimeter or not,
and if it is a delimeter (comma) i want to read it in as a blank
string.
for example: ben,riches,
now i want three tokens.
ben
riches
"empty string"
also if the line starts with a comma i want it to print out a empty string.
could someone please give me some ideas?
thanks
ben