Hi .
I have a text like this : 1,2,1
I want to replace third number ("1") with "*" .
I do like this : replace(text,tokenat(text,2,","),"*"). but it change all of "1" in the text with "*" .
So how i can replace only third number with "*" ?
Develop games in your browser. Powerful, performant & highly capable.