How to use Left() function in vb? see example here...
How to use Left() function in vb? see example here...
API Declarations
Dim var As String
Rate How to use Left() function in vb? see example here...
(1(1 Vote))
var = "SREERAM123"
Text1.Text = Left(var, 7)
How to use Left() function in vb? see example here... Comments
No comments yet — be the first to post one!
Post a Comment