How to use Mid() function in VB?.SEE example here..
How to use Mid() function in VB?.SEE example here..
API Declarations
Dim str As String
Rate How to use Mid() function in VB?.SEE example here..
(1(1 Vote))
str= "SREERAM123"
Text1.Text = mid(str,1, 7)
'Text1.Text = mid(str,8, 10)
'code for concordination
'Text1.Text = mid(str,1,7)& " some text " & mid(str,8,10)
How to use Mid() function in VB?.SEE example here.. Comments
No comments yet — be the first to post one!
Post a Comment