I've got a tab delimited export file from a database... and I have "show end of line" enabled. So I see CR and LF and I know what those mean. But in this file I also see VT... what is that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've got a tab delimited export file from a database... and I have "show end of line" enabled. So I see CR and LF and I know what those mean. But in this file I also see VT... what is that?
Thanks. I'm working with them pretty much same as end of lines but it was driving me nuts trying to figure out what vt meant!
Vertical Tabulation. This had been used to separate records in some old database format. Probably in printing too.
CChris