C
cmdolcet69
Dim mystring As String
mystring = txtInputValues.Text
mystring.Substring(mystring.Length - 3)
I want my mystring to display the last 3 from the txtinputValue.text
string. What im I doing wrong?
mystring = txtInputValues.Text
mystring.Substring(mystring.Length - 3)
I want my mystring to display the last 3 from the txtinputValue.text
string. What im I doing wrong?