I currently need to go through a file and print out its characters excluding those from going from a comma to an end of a line.
What types of instructions do I need for this - I'm confused.
Thanks
Locate the first ,
Maybe I'm asking for code, which you didn't seem want to do. I think I can likely resolve this myself.There's my problem - I can't do that. Can you tell me how to locate commas?
Or try to write the code any way, post it here it here along with whatever diagnostic data you can muster, and someone should be able to assist you.BillyBoyo wrote:You test the first byte. If that is not a comma, you test the next. You continue until you reach a comma or the end of the field. You do one thing if you find a comma, another if you don't.
Lot's of ways to achieve that. ...