InStrRev problem
Can anyone suggest why although the below line works fine in a .vbs file it doesn't want to work when put in vbscript within a HTML file...
strDomainUser = Right(strCurrentUser, Len(strCurrentUser)-InStrRev(strCurrentUser,Chr(92)))
?
strDomainUser = Right(strCurrentUser, Len(strCurrentUser)-InStrRev(strCurrentUser,Chr(92)))
?
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Comments