Hi there,
how do i campre 2 words using a wild car. if you look at my code below i am trying to compare 2 things and in the brackets is where it needs to be the wild card. however i try the * as a wild card but that doesn't work. i keep getting a runtime error: Type mismatch: '[string: "user("]'
if arrList(i) = "user("*")" then
wscript.echo arrList(i)
end if
also is there a way to dispaly just what's in the brackets or a way for me to split that string.
thx
how do i campre 2 words using a wild car. if you look at my code below i am trying to compare 2 things and in the brackets is where it needs to be the wild card. however i try the * as a wild card but that doesn't work. i keep getting a runtime error: Type mismatch: '[string: "user("]'
if arrList(i) = "user("*")" then
wscript.echo arrList(i)
end if
also is there a way to dispaly just what's in the brackets or a way for me to split that string.
thx