December 6th, 1999, 04:24 PM
Can anyone tell me how to remove a random characher from a string? Please help. pluggtnt@softhome.net
|
Click to See Complete Forum and Search --> : Removing a random charachter from a string. December 6th, 1999, 04:24 PM Can anyone tell me how to remove a random characher from a string? Please help. pluggtnt@softhome.net December 9th, 1999, 12:16 PM You can use Mid() function. For example you want to remove 1st "T" from "BUTTON": Result = Mid ("BUTTON", 1, 2) & Mid ("BUTTON", 4, Len("BUTTON")) In case you need help - mage@lycosmail.com though I'm not much of a pro myself. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |