|
-
Dec 28th, 2001, 03:37 PM
#1
Thread Starter
Addicted Member
Removing items from strings?
Ok, heres my prog:
You click on a checkbox, which depending on whether it is the first item in the string or not adds one of two things to the end. What I can't however figure out is how to remove that if someone decides to uncheck the box.
Thanks for any help,
Bryan Kalicki
-
Dec 28th, 2001, 03:47 PM
#2
Use the Replace function.
-
Dec 28th, 2001, 03:48 PM
#3
lets say your string is
HelloYou
you can remove you by using replace
Replace("HelloYou","You","")
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
|