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
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
sean_c_roberts
19 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.