Hi Vincent,
I am using the 'select into outfile' statement. Anyway I found a solution that I forgot to post (sorry).
My typesets were all varchar (to save space) and when I converted them to a text typeset I found it exports a single space to a text file by default.
The small increase in space isnt that big a problem because my database is closed at a finite size unlike say a user registration database.
Thanks for the help (again)