How to get a index of a string using vbscript

InStr(str, " ")

Reference

http://stackoverflow.com/questions/25083757/how-to-get-the-index-of-a-string-after-the-first-space-in-vbsript

Comments

Popular posts from this blog

How to write data into a excel file using vbscript

Format date as yyyy-mm-dd using vbscript