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