Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

continuation line

Status
Not open for further replies.

jeffinperth

Technical User
Joined
Sep 30, 2002
Messages
52
Location
AU
Hi All,
I've tried all sorts of combinations, but cannot figure this one out. I want to use LOGON_USER to restrict access to some asp pages, I can get it working on one line, but how do I split this code so there is one username on each line?

cheers

Jeff

<snip>
If Request(&quot;LOGON_USER&quot;) <> &quot;sql\jeffn&quot; and Request(&quot;LOGON_USER&quot;) <> &quot;sql\lisam&quot; and Request(&quot;LOGON_USER&quot;) <> &quot;sql\virginiam&quot; and Request(&quot;LOGON_USER&quot;) <> &quot;sql\hilarym&quot; and Request(&quot;LOGON_USER&quot;) <> &quot;HOP\rejaneb&quot; and Request(&quot;LOGON_USER&quot;) <> &quot;sql\lynnec&quot; Then
 
Just put an underbar (_) at the end of each line before the carriage return.

Michael
 
so simple ( as am i sometimes !! )

cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top