Hello All,
I am having a problem calling the Timer function. I get a compile error
when I include a call to this function.
Invalid character
/sirenServer/INCLUDE/test.asp, line 32, column 19
starttime = Timer()
Here is my system setup:
ASP.dll Version: 5.0.2195.6672
VBscript.dll Version: 5.6.0.8515
On Windows 2000 with IIS5.0 and front page server extensions 2002.
IE 6, VS.NET 2003. and Visual Studio 6.
VBScript Engine: 5.6 Return from :
response.write "VBScript Engine: "
response.write ScriptEngineMajorVersion
response.write "." response.write ScriptEngineMinorVersion
And according to the Version Information of VBScript, the Timer function
language element was implemented in Version 5.0.
Any thoughts?? 7 3705
Type that line over (and maybe the line before and after). Usually this is
because you copied the code from somewhere and it included some
non-printable character that the ASP engine doesn't like.
--
Aaron Bertrand
SQL Server MVP http://www.aspfaq.com/
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message
news:uX**************@TK2MSFTNGP09.phx.gbl... Hello All,
I am having a problem calling the Timer function. I get a compile error when I include a call to this function.
Invalid character /sirenServer/INCLUDE/test.asp, line 32, column 19 starttime = Timer()
Here is my system setup: ASP.dll Version: 5.0.2195.6672 VBscript.dll Version: 5.6.0.8515 On Windows 2000 with IIS5.0 and front page server extensions 2002. IE 6, VS.NET 2003. and Visual Studio 6.
VBScript Engine: 5.6 Return from : response.write "VBScript Engine: " response.write ScriptEngineMajorVersion response.write "." response.write ScriptEngineMinorVersion
And according to the Version Information of VBScript, the Timer function language element was implemented in Version 5.0.
Any thoughts??
Wow, stupid mistake by me, thanks that was it exactly.
Thanks for your help
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:#S**************@TK2MSFTNGP11.phx.gbl... Type that line over (and maybe the line before and after). Usually this
is because you copied the code from somewhere and it included some non-printable character that the ASP engine doesn't like.
-- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message news:uX**************@TK2MSFTNGP09.phx.gbl... Hello All,
I am having a problem calling the Timer function. I get a compile error when I include a call to this function.
Invalid character /sirenServer/INCLUDE/test.asp, line 32, column 19 starttime = Timer()
Here is my system setup: ASP.dll Version: 5.0.2195.6672 VBscript.dll Version: 5.6.0.8515 On Windows 2000 with IIS5.0 and front page server extensions 2002. IE 6, VS.NET 2003. and Visual Studio 6.
VBScript Engine: 5.6 Return from : response.write "VBScript Engine: " response.write ScriptEngineMajorVersion response.write "." response.write ScriptEngineMinorVersion
And according to the Version Information of VBScript, the Timer function language element was implemented in Version 5.0.
Any thoughts??
Can you show the EXACT error message you received (including the 0x800xxxxx
code)?
Thanks
--
Aaron Bertrand
SQL Server MVP http://www.aspfaq.com/
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message
news:#O*************@tk2msftngp13.phx.gbl... Wow, stupid mistake by me, thanks that was it exactly.
Thanks for your help
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message news:#S**************@TK2MSFTNGP11.phx.gbl... Type that line over (and maybe the line before and after). Usually this is because you copied the code from somewhere and it included some non-printable character that the ASP engine doesn't like.
-- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message news:uX**************@TK2MSFTNGP09.phx.gbl... Hello All,
I am having a problem calling the Timer function. I get a compile
error when I include a call to this function.
Invalid character /sirenServer/INCLUDE/test.asp, line 32, column 19 starttime = Timer()
Here is my system setup: ASP.dll Version: 5.0.2195.6672 VBscript.dll Version: 5.6.0.8515 On Windows 2000 with IIS5.0 and front page server extensions 2002. IE 6, VS.NET 2003. and Visual Studio 6.
VBScript Engine: 5.6 Return from : response.write "VBScript Engine: " response.write ScriptEngineMajorVersion response.write "." response.write ScriptEngineMinorVersion
And according to the Version Information of VBScript, the Timer
function language element was implemented in Version 5.0.
Any thoughts??
Microsoft VBScript compilation (0x800A0408)
Invalid character
/sirenServer/INCLUDE/test.asp, line 32, column 19
starttime = Timer()
------------------^
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:OH**************@TK2MSFTNGP09.phx.gbl... Can you show the EXACT error message you received (including the
0x800xxxxx code)?
Thanks -- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message news:#O*************@tk2msftngp13.phx.gbl... Wow, stupid mistake by me, thanks that was it exactly.
Thanks for your help
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message news:#S**************@TK2MSFTNGP11.phx.gbl... Type that line over (and maybe the line before and after). Usually
this is because you copied the code from somewhere and it included some non-printable character that the ASP engine doesn't like.
-- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message news:uX**************@TK2MSFTNGP09.phx.gbl... > Hello All, > > I am having a problem calling the Timer function. I get a compile error > when I include a call to this function. > > Invalid character > /sirenServer/INCLUDE/test.asp, line 32, column 19 > starttime = Timer() > > Here is my system setup: > ASP.dll Version: 5.0.2195.6672 > VBscript.dll Version: 5.6.0.8515 > On Windows 2000 with IIS5.0 and front page server extensions 2002. > IE 6, VS.NET 2003. and Visual Studio 6. > > VBScript Engine: 5.6 Return from : > response.write "VBScript Engine: " > response.write ScriptEngineMajorVersion > response.write "." response.write ScriptEngineMinorVersion > > And according to the Version Information of VBScript, the Timer function > language element was implemented in Version 5.0. > > Any thoughts?? > >
Great, thanks. Just wanted to make sure I covered it. http://www.aspfaq.com/2376
--
Aaron Bertrand
SQL Server MVP http://www.aspfaq.com/
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message
news:uO**************@TK2MSFTNGP11.phx.gbl... Microsoft VBScript compilation (0x800A0408) Invalid character /sirenServer/INCLUDE/test.asp, line 32, column 19 starttime = Timer() ------------------^
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message news:OH**************@TK2MSFTNGP09.phx.gbl... Can you show the EXACT error message you received (including the 0x800xxxxx code)?
Thanks -- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message news:#O*************@tk2msftngp13.phx.gbl... Wow, stupid mistake by me, thanks that was it exactly.
Thanks for your help
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message news:#S**************@TK2MSFTNGP11.phx.gbl... > Type that line over (and maybe the line before and after). Usually this is > because you copied the code from somewhere and it included some > non-printable character that the ASP engine doesn't like. > > -- > Aaron Bertrand > SQL Server MVP > http://www.aspfaq.com/ > > > > > "JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message > news:uX**************@TK2MSFTNGP09.phx.gbl... > > Hello All, > > > > I am having a problem calling the Timer function. I get a compile error > > when I include a call to this function. > > > > Invalid character > > /sirenServer/INCLUDE/test.asp, line 32, column 19 > > starttime = Timer() > > > > Here is my system setup: > > ASP.dll Version: 5.0.2195.6672 > > VBscript.dll Version: 5.6.0.8515 > > On Windows 2000 with IIS5.0 and front page server extensions
2002. > > IE 6, VS.NET 2003. and Visual Studio 6. > > > > VBScript Engine: 5.6 Return from : > > response.write "VBScript Engine: " > > response.write ScriptEngineMajorVersion > > response.write "." response.write ScriptEngineMinorVersion > > > > And according to the Version Information of VBScript, the Timer function > > language element was implemented in Version 5.0. > > > > Any thoughts?? > > > > > >
http://www.aspfaq.com/show.asp?id=2376
Which is this error ...
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message
news:uO**************@TK2MSFTNGP11.phx.gbl... Microsoft VBScript compilation (0x800A0408) Invalid character /sirenServer/INCLUDE/test.asp, line 32, column 19 starttime = Timer() ------------------^
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message news:OH**************@TK2MSFTNGP09.phx.gbl... Can you show the EXACT error message you received (including the 0x800xxxxx code)?
Thanks -- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message news:#O*************@tk2msftngp13.phx.gbl... Wow, stupid mistake by me, thanks that was it exactly.
Thanks for your help
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message news:#S**************@TK2MSFTNGP11.phx.gbl... > Type that line over (and maybe the line before and after). Usually this is > because you copied the code from somewhere and it included some > non-printable character that the ASP engine doesn't like. > > -- > Aaron Bertrand > SQL Server MVP > http://www.aspfaq.com/ > > > > > "JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message > news:uX**************@TK2MSFTNGP09.phx.gbl... > > Hello All, > > > > I am having a problem calling the Timer function. I get a compile error > > when I include a call to this function. > > > > Invalid character > > /sirenServer/INCLUDE/test.asp, line 32, column 19 > > starttime = Timer() > > > > Here is my system setup: > > ASP.dll Version: 5.0.2195.6672 > > VBscript.dll Version: 5.6.0.8515 > > On Windows 2000 with IIS5.0 and front page server extensions
2002. > > IE 6, VS.NET 2003. and Visual Studio 6. > > > > VBScript Engine: 5.6 Return from : > > response.write "VBScript Engine: " > > response.write ScriptEngineMajorVersion > > response.write "." response.write ScriptEngineMinorVersion > > > > And according to the Version Information of VBScript, the Timer function > > language element was implemented in Version 5.0. > > > > Any thoughts?? > > > > > >
I got that time code from your page. http://www.aspfaq.com/show.asp?id=2092
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message
news:#0**************@TK2MSFTNGP10.phx.gbl... http://www.aspfaq.com/show.asp?id=2376
Which is this error ...
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message news:uO**************@TK2MSFTNGP11.phx.gbl... Microsoft VBScript compilation (0x800A0408) Invalid character /sirenServer/INCLUDE/test.asp, line 32, column 19 starttime = Timer() ------------------^
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message news:OH**************@TK2MSFTNGP09.phx.gbl... Can you show the EXACT error message you received (including the 0x800xxxxx code)?
Thanks -- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/
"JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message news:#O*************@tk2msftngp13.phx.gbl... > Wow, stupid mistake by me, thanks that was it exactly. > > Thanks for your help > > "Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message > news:#S**************@TK2MSFTNGP11.phx.gbl... > > Type that line over (and maybe the line before and after).
Usually this > is > > because you copied the code from somewhere and it included some > > non-printable character that the ASP engine doesn't like. > > > > -- > > Aaron Bertrand > > SQL Server MVP > > http://www.aspfaq.com/ > > > > > > > > > > "JohnWayne" <jpatches23@%%NOSPAM%%hotmail.com> wrote in message > > news:uX**************@TK2MSFTNGP09.phx.gbl... > > > Hello All, > > > > > > I am having a problem calling the Timer function. I get a
compile error > > > when I include a call to this function. > > > > > > Invalid character > > > /sirenServer/INCLUDE/test.asp, line 32, column 19 > > > starttime = Timer() > > > > > > Here is my system setup: > > > ASP.dll Version: 5.0.2195.6672 > > > VBscript.dll Version: 5.6.0.8515 > > > On Windows 2000 with IIS5.0 and front page server extensions
2002. > > > IE 6, VS.NET 2003. and Visual Studio 6. > > > > > > VBScript Engine: 5.6 Return from : > > > response.write "VBScript Engine: " > > > response.write ScriptEngineMajorVersion > > > response.write "." response.write ScriptEngineMinorVersion > > > > > > And according to the Version Information of VBScript, the Timer function > > > language element was implemented in Version 5.0. > > > > > > Any thoughts?? > > > > > > > > > > > >
This discussion thread is closed Replies have been disabled for this discussion. Similar topics
4 posts
views
Thread by Christine |
last post: by
|
7 posts
views
Thread by J. Hill |
last post: by
|
6 posts
views
Thread by Antti Laakso |
last post: by
|
7 posts
views
Thread by Noozer |
last post: by
|
1 post
views
Thread by jmgro |
last post: by
|
10 posts
views
Thread by Ryan |
last post: by
|
4 posts
views
Thread by grayaii |
last post: by
| |
7 posts
views
Thread by ssecorp |
last post: by
| | | | | | | | | | | |