searcherrr
Technical User
Why the hell won't this work? I have it in a VBS file on my XP SP2 system and all it does is pull up the same exact text NOT TRIMMED. Its as if the TRIM function is just not working at all and I've also been having problems getting MID to work too and it says TYPE MISMATCH but I KNOW that I'm not violating that rule.
Dim strName
strName = Trim("Known couples Pic Of us Together in Florida.jpg")
msgbox strName
Its just 3 simple lines of code. I don't get it. I get the same exact string in the msgbox - Does this work right for anyone else or am I missing something?
Dim strName
strName = Trim("Known couples Pic Of us Together in Florida.jpg")
msgbox strName
Its just 3 simple lines of code. I don't get it. I get the same exact string in the msgbox - Does this work right for anyone else or am I missing something?