Results 1 to 2 of 2

Thread: Characters

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Posts
    225
    How do I find out what a specific character in a string is?

    I'm trying to something like this:

    Code:
    If Character("This", CharacterPosition) = "\" Then
    Do Stuff
    End If
    -Git

  2. #2
    Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    53
    If mid$("This", CharacterPosition, 1) = "\" Then
    DoStuff
    End If

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