Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LalithaPrabu

    vb6-When there is no Delimiter in word -how to find Duplicate letters in String

    When there is no Delimiter to find Duplicate letters in String in VB6 -tried the below one. Is there any easier method than this? Function RemoveDuplicateLetter(ByVal MyString As String) As String On Error GoTo vbErrorHandler Dim MyArr As Variant, MyNewArr() As String, X As String...

Part and Inventory Search

Back
Top