cannot replace a character in a string

cirollo

Active Member
Licensed User
Longtime User
Hi! I cannot figure out why this doesn't work:

B4X:
If TxtImpUni.Text.Contains(",") Then
          TxtImpUni.Text.Replace (",",".")
End If

if my string is 123,45 I expect 123.45 but remains 123,45

Why??????
 
Top