| 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 |