How to use Left() function in vb? see example here...
by Sreeram.P (16 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Fri 9th June 2006
Date Added: Mon 8th February 2021
Rating:
(1 Votes)
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...
var = "SREERAM123"
Text1.Text = Left(var, 7)
Download this snippet
Add to My Saved Code
How to use Left() function in vb? see example here... Comments
No comments have been posted about How to use Left() function in vb? see example here.... Why not be the first to post a comment about How to use Left() function in vb? see example here....
Post your comment