Using TAB separator with Import

Kenneth Brody kenbrody at spamcop.net
Mon Apr 1 08:41:42 PDT 2013


On 4/1/2013 11:32 AM, Bob Simcoe wrote:
> Hi
>
> I forgot the field separator code for TAB in an Import statement, ie. f = ?.

There are numerous options to represent TAB:

     f=\t
     f=^I
     f=9

The "f=\t" method is probably the "best" version.

-- 
Kenneth Brody


More information about the Filepro-list mailing list