|
-
Jan 17th, 2005, 07:26 AM
#1
Thread Starter
Banned
option strict on...
Just started using it...
But as soon as I did that I get errors for the following:
Session("FirstName") & " " & Session("LastName")
Says I cant use Operator & with option strict on ...
I also get an error when I do this:
If Session("Admin") = True Then
Finally I get an error for this:
If FormatDateTime(Now(), 4) > "12:00" Then
Says option strict on disallows conversion from int to date.
How do I fix these ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|