View Single Post
Old 07-21-2006, 10:41 AM   #1 (permalink)
tpennetta
Registered User
 
Join Date: Jul 2006
Posts: 6
tpennetta is on a distinguished road
Plain Text to Tab Delimited

Hello,

I am trying to write a program to convert plain text to a tab-delimited version of that text.

I know a way to hack around using substrings and charat functions etc., but if anyone has any efficient suggestions or solutions that would be a great help. Also I am not limited to C / C++ if this solution would be easier using a different language.

Thanks,
Tom
tpennetta is offline   Reply With Quote