I have a textfile which I want to read only one column, and display that column next to the ID, is that possible?
I am using <CFFILE ACTION="read"> to read the file but it read ALL the records.
I would like somthing like:
I would like display on the #DESC#. How can I do that?
____________________________________
Just Imagine.
I am using <CFFILE ACTION="read"> to read the file but it read ALL the records.
I would like somthing like:
Code:
[b]myFile.txt[/b]
[COLOR=red]ID NAME DESC[/color]
1 Bubba My Places
2 Hubba Your Places
I would like display on the #DESC#. How can I do that?
____________________________________
Just Imagine.