VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



How to use Right() 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 Right() function in vb.See example here...

API Declarations



Dim var As String


Rate How to use Right() function in vb.See example here...




var = "SREERAM123"
Text1.Text = Right(var, 3)


Download this snippet    Add to My Saved Code

How to use Right() function in vb.See example here... Comments

No comments have been posted about How to use Right() function in vb.See example here.... Why not be the first to post a comment about How to use Right() function in vb.See example here....

Post your comment

Subject:
Message:
0/1000 characters