Results 1 to 2 of 2

Thread: replace......

  1. #1
    Zambi
    Guest
    Can someone please tell me the syntax for the replacestring function??? Please!!!!!!

  2. #2
    Guest
    This will replace MyString with MyNewString in a TextBox called Text1.
    Code:
    text1 = Replace(text1, "MyString", "MyNewString")

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