Hi
I've created a text file from data in an SQL database, its putting all the text onto one line
I'm trying to output each field onto a new line, can anyone let me know what im missing,
heres the code im using:
<cffile action = "write"
file="Location of text file"
output = "
Number: #Test_Key#
UserName: #Test_UserName#
User Email: #Test_UserEmail#
Company: #Test_company# ">
Thanks



Reply With Quote



Bookmarks