As the title, how could I convert the String into Integer in VB6?
Say:
Dim str As String
Dim num As Integer
str = "12345"
How could I set the integer value to num (12345) here ?
Thanks!
Jim Cheng
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |