Results 1 to 2 of 2

Thread: A Replace Function with no Case Sensitivity

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Lindenwold, NJ, USA
    Posts
    67
    How do I use a replace function with no case sensitivity?
    Frankie Weindel
    VB 6 Learning Edtion SP3

  2. #2
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523
    Try something like this:
    Code:
    Replace(Ucase(OriginalString),Ucase(StringToReplace),StringYouWantToPutIn)
    Should work
    HTH

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width