VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



a new function for vb6 that reverse any string - one line of code -

by ahmed kotb (4 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 8th July 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

a new function for vb6 that reverse any string - one line of code -

Rate a new function for vb6 that reverse any string - one line of code -



'2-paste the following in the textbox change event

Private Sub Text1_Change()

label1.caption=strreverse(text1.text)

End Sub

Download this snippet    Add to My Saved Code

a new function for vb6 that reverse any string - one line of code - Comments

No comments have been posted about a new function for vb6 that reverse any string - one line of code -. Why not be the first to post a comment about a new function for vb6 that reverse any string - one line of code -.

Post your comment

Subject:
Message:
0/1000 characters