Replace caracter on a string

Hi! I have a string that returns values ​​with decimal places: 22.11 and I need to change it to 22,11 before doing a type into. I tried with Activities Replace to not return anything … what do you think I have wrong?

Hy @Pedro_Santos,

Try Strings.Replace(MyVarialble,“.”,“,”) it should work.

Please like my post and mark my answer as solution, it helps me :slight_smile:
Any questions please let me know

Regards

2 Likes

@Pedro_Santos Can you please check your variable value varroecix using write line or message box. Because in both way it should work :blush:

Yep…thats it! ManyTanks!

yeap…thats one error… :slight_smile: tanks!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.