Link to home
Start Free TrialLog in
Avatar of kalaka
kalaka

asked on

Replacing (2)

Since noone answered my previous question because they couldnt get points any more I made a new question.
Private Sub command2_click()
Text2.Text = Replace(Text1.Text, "A", "4")
Text2.Text = Replace(Text1.Text, "B", "8")
Text2.Text = Replace(Text1.Text, "C", "<")
End Sub
Doesnt work. Any ideas? (Note: Only "C" to "<" works)
ASKER CERTIFIED SOLUTION
Avatar of bobbit31
bobbit31
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kalaka
kalaka

ASKER

Hehe.... sorry ^^ More points for you then