VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code strips enything you want from a string in 5 lines of code using the Replace Function!

by Anonymous (267 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 6th August 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This code strips enything you want from a string in 5 lines of code using the Replace Function!

API Declarations


'for output, and one for the string to remove!

Rate This code strips enything you want from a string in 5 lines of code using the Replace Function!



Dim a As String
a = Replace(Text1, Text3, "")
Text2 = a
End Sub

Download this snippet    Add to My Saved Code

This code strips enything you want from a string in 5 lines of code using the Replace Function! Comments

No comments have been posted about This code strips enything you want from a string in 5 lines of code using the Replace Function!. Why not be the first to post a comment about This code strips enything you want from a string in 5 lines of code using the Replace Function!.

Post your comment

Subject:
Message:
0/1000 characters