Variables contain the 3 asci character each
Dim variable 1
Dim variable 2
Dim variable 3
variable 1
Chr 97
Chr 110
Chr 104
Variable2
Chr 66
Chr 112
Chr 180
Variable3
Chr 222
Chr 333
Chr 343
What I want to do is In my textbox asci 112 is there already so when a user types asci 104
on left said of asci 112 I want to check right said see what asci is there and check the 3 variable we have
see if the asci 112 contain in those variable if yes I want to change the asci 104 to asci 222 which is in viable 3
This post has been edited by bordino: 30 December 2009 - 04:33 PM