Is there a function remove the right-most X number of characters?
For example...
sShortFilename would now be "filename".
Anything like that exist in VBS?
Thanks,
Andrew
Hard work often pays off over time, but procrastination pays off right now!
For example...
Code:
sMyString = "filename.log"
sShortFilename = chopString (sMyString, right, 4)
sShortFilename would now be "filename".
Anything like that exist in VBS?
Thanks,
Andrew
Hard work often pays off over time, but procrastination pays off right now!