Hi
Ive a csv file and am using it to display info on a pdf
A new field had been added to the csv file position 15 but on the pdf i need it to display at position 5
at them minute im using this, but its not working
is there another word I use instead of replace?
I want to move position 15 to position 5
<cfif position eq 15 REPLACE position eq 5> </cfif>
Thanks