Answered
Replace function
Hi guys, first post here...
I am having a problem with my replace function in CF
<Cell><Data ss:Type="String">#Replace(QUERY.type,"1","yes/no")##Replace(QUERY.type,"2","$")#</Data></Cell>
currently it is returning yes/no1 and 2$
what I want is just yes/no if it is a '1' and $ if it is a '2'
Suggestion?
thanks!
I am having a problem with my replace function in CF
<Cell><Data ss:Type="String">#Replace(QUERY.type,"1","yes/no")##Replace(QUERY.type,"2","$")#</Data></Cell>
currently it is returning yes/no1 and 2$
what I want is just yes/no if it is a '1' and $ if it is a '2'
Suggestion?
thanks!
