Hi all,

I know in vb.net you can use this function to check the beginning part of a string

Code:
If myString.StartsWith("SOMETHING") Then
How can you do something like this is .vbs? Any help would greatly be appreciated. Thanks!