In my last two articles, I discussed how to read and write to files using Visual Basic Scripting Edition (VBScript). This week we discuss how to declare and use variables, constants and strings. In ...
I'm trying to parse a string variable so that it only returns everything before and after certain characters. heres an example"<BR><BR>strVar = "See-Tom-Run"<BR><BR>all i want to return is ...