> 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 ______________________________________________________________________ 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

