Hi!

        You can insert the TAB character chr(9):

<CFLOOP query="query">
#column1##Chr(9)##column2##Chr(9)#.............
</CFLOOP>

 or use the Left function:

Fist column                     Second column           Third column      .......  
#Chr(13)##Chr(10)#
#Left(column1, 20)#     #Left(column2,20)#      #Left(column3,20)#  ........
#Chr(13)##Chr(10)#


        Put all this into a variable and then append it to the file.

>
> I am using <cffile> to append text to a text file from
> a form. I know to use (chr10) and (chr13) for line
> breaks and carriage returns, but what do I use to
> creats spaces between the fields and to tab over?

        Mack.



_________________________________________________________

Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com


______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to