Page 1 of 1

"TAB" Delimitter

Posted: Tue Jul 05, 2005 10:21 pm
by chowdary
Hi all,

Can any one tell how to read data from a "TAB" delimtted file using Sequential file.

Thanks

Posted: Tue Jul 05, 2005 10:42 pm
by chulett
Just put the number that represents the ASCII value of your delimiter on the Format tab when it's not a printable character. In this case use 009 which is the TAB character.

Posted: Wed Jul 06, 2005 1:43 am
by ray.wurlod
Click on the Help button on the Format tab. It will also show you how to do it using the hexadecimal representation.