Using "Replace" in coldfusion

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

You’re gonna to have to provide more information … :wink:

For starters, how are you defining a “position” and a snippet of the code you’re using to create these “positions”.