Dim mystring As String
mystring = txtInputValues. Text
mystring.Substr ing(mystring.Le ngth - 3)
I want my mystring to display the last 3 from the txtinputValue.t ext
string. What im I doing wrong?
mystring = txtInputValues. Text
mystring.Substr ing(mystring.Le ngth - 3)
I want my mystring to display the last 3 from the txtinputValue.t ext
string. What im I doing wrong?
Comment