Results 1 to 3 of 3

Thread: Basic ? about text box in ASP

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Posts
    67
    How can i take the content of an html textbox an split
    it into on a specific caracter like @

    I mean if i have sentence@anotherthing .

    How can i display
    -sentence
    -anotherthing

    Thanks a lot!

  2. #2
    Addicted Member
    Join Date
    May 2000
    Posts
    142
    just write a function that will loop through the string until it finds the specific character "@" and then use the Mid() function.

    i found a good VBScript reference at http://www.dev-guru.com
    look it up.

    i'll let you write this one, if you have trouble, i'll help you out

    dvst8

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Posts
    67
    Great!

    Thanksfor the help!

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