I remember reading about a VB command that turned a text value into an integer value.... but, I'm having trouble fining the command....


Dim MyString as String
Dim MyInteger as Integer

If MyString = "10" and I want to load MyInteger with Mystring....
(MyInteger = 10)


How would I do that.....?

thanks!