Try this,
Code:num = "78:90" Text1.Text = Mid(num, 1, InStr(1, num, ":", vbTextCompare) - 1) Text2.Text = Mid(num, InStr(1, num, ":", vbTextCompare) + 1)
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |