<CFSET formfield=Replace(formfield,".","",ALL)>
should be <CFSET formfield=Replace(formfield,".","","ALL")>
Thanks ;-)
But now I've still got the text behind the, that now is attached to the text before the dot... How can I remove that??
Some people can learn, some people can teach.