Hi all, hope someone out there can help with this issue.
I a Dim called "userNameTest", and at the moment its assigned this:
userNameTest = request.ServerVariables("AUTH_USER")
however this brings back additonal information that i dont need, for some reason it brings back this:
"intranet/myname"
But i need to get rid of the "intranet/" and then assign "myname" as the value.
I know you can do this: (right(userNameTest,9)) - but how do i combine the two?
Can anyone help as i dont know how i would write this.
kind regards
MG