I have a need to examine the contents of a tab delimited text file.
To find the start and end of each field I need to look at each character in the string to determine if it's a tab character.
My question is in regard to how to define a tab character for comparison. I'm thinking that I can define the tab character using a hexadecimal or boolean literal, but can't find the values on any code charts.
Any suggestions?
To find the start and end of each field I need to look at each character in the string to determine if it's a tab character.
My question is in regard to how to define a tab character for comparison. I'm thinking that I can define the tab character using a hexadecimal or boolean literal, but can't find the values on any code charts.
Any suggestions?