|
-
Jun 6th, 2000, 02:29 AM
#1
Thread Starter
Lively Member
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!
-
Jun 6th, 2000, 02:44 AM
#2
Addicted Member
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
-
Jun 9th, 2000, 12:37 AM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|