> That returns BCBSFL/tc7d and I need it to return tc7d.
> Any Ideas?
Give this a try:
<cfset find = "#find('\', CGI.REMOTE_USER, 1)#">
<cfset NetName = "#RemoveChars(CGI.REMOTE_USER, 1, variables.find)#">
Be sure to change "NetName" to whatever you prefer.
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
- RE: Request.ServerVariables("LOGON_USER") Johnson, Russell
- RE: Request.ServerVariables("LOGON_USER"... Gallant, Ron
- RE: Request.ServerVariables("LOGON_USER"... Ken Wilson
- RE: Request.ServerVariables("LOGON_USER"... Kevin Bridges
- RE: Request.ServerVariables("LOGON_USER"... steven . kaschimer
- RE: Request.ServerVariables("LOGON_USER"... Johnson, Russell
- RE: Request.ServerVariables("LOGON_USER"... Jack Holt
- RE: Request.ServerVariables("LOGON_USER"... Nat Papovich
- RE: Request.ServerVariables("LOGON_USER"... McCollough, Alan
- RE: Request.ServerVariables("LOGON_USER"... Walsh, Christopher
- RE: Request.ServerVariables("LOGON_USER"... Johnson, Russell
