You can use chr9. Or you can just use a tab ...
field field field field H. Howard Owens Internet Operations Coordinator www.insidevc.com [EMAIL PROTECTED] AIM: GoCatGo1956 > -----Original Message----- > From: Dave Watts [SMTP:[EMAIL PROTECTED]] > Sent: Friday, December 28, 2001 7:00 AM > To: CF-Talk > Subject: RE: Using cffile to append to a text 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? > > For spaces, you might simply include a space: > > "#field1# #field2#" > > For tabs, you might use the Chr function with the ASCII code for a tab, > which is 9. For future reference, you can find the ASCII code for any > character at http://www.asciitable.com/. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > voice: (202) 797-5496 > fax: (202) 797-5444 > ______________________________________________________________________ Why Share? Dedicated Win 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=coldfusionc 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

