Define the tab character as below and then include it between each field
that you're reporting. It would probably be best to put this into a subfile
rather than using "set report device disc" but if you do use the latter then
you should probably also include "set report spacing 0".

 >DEFINE D-09 INT*2 = 08
 >DEFINE D-TAB CHAR*1 = CHAR(D-09)[2:1]

 >REPORT &
 > ITEM1 D-TAB &
 > ITEM2 D-TAB &
 ...

> -----Original Message-----
> From: C. Jack Gaddy [SMTP:[log in to unmask]]
> Sent: Friday, February 23, 2001 11:49 AM
> To:   [log in to unmask]
> Subject:      Tab-delimited Output from QUIZ
>
> We're trying to use QUIZ to produce a TAB-delimited Flat-file to export
> to a PC-based Sales Inquiry Tool.
>
> Does anybody know how to get QUIZ to output a TAB-character between
> Fields?
>
> Thanks much,
>
> Jack Gaddy, MIS Manager
> King & Prince Seafood Corp.
> 1 King & Prince Blvd., Brunswick, GA. 31520-8668
> Ph:  912-265-5155 x470   [log in to unmask]