J
Jim Carlock
I've found a reference to VBScript on Microsoft's website.
I have information on VB that came with the VB product.
I know VBApp is a LOT like VBScript...
I know IIS uses some version of VBScript... called ASP.
However, I'm having one heck of a time finding information
specifically related to IIS VBScript.
In all this, I must admit I'm a little confused by some things
concerning VBScript.
Is VBScript ASP?
If VBScript is NOT ASP, then I'm really confused because
I'm lead to believe that there are multiple versions of VBScript.
If VBScript is ASP, does anyone know where I might find a
compiled metahelp file documenting VBScript for ASP?
I'm feeling kinda strange because I am almost thinking that
there are multiple versions of VBScript that have nothing to do
with VBScript version numbers... For instance, VBScript called
VBApp and VBScript called ASP.
And the VBScript CHM file that I have doesn't seem to be all
that helpful... I'm trying to find information on the Format command
/function inside of VBScript. It doesn't exist in the latest VBScript
help file. I'm having difficulties finding information on it in MSDN
Library.
And it does exist because I'm trying to use it on a webpage...
<%= Format(lngHits, "00000") %>
which gives a Type mismatch: 'Format' error whereas
<%= Format lngHits, "00000" %>
gives a compilation error.
And Format$() simply doesn't exist.
So I'm wondering if anyone knows of where I might be able
to find a CHM or Windows Help file that deals with ASP
VBScript.
I have information on VB that came with the VB product.
I know VBApp is a LOT like VBScript...
I know IIS uses some version of VBScript... called ASP.
However, I'm having one heck of a time finding information
specifically related to IIS VBScript.
In all this, I must admit I'm a little confused by some things
concerning VBScript.
Is VBScript ASP?
If VBScript is NOT ASP, then I'm really confused because
I'm lead to believe that there are multiple versions of VBScript.
If VBScript is ASP, does anyone know where I might find a
compiled metahelp file documenting VBScript for ASP?
I'm feeling kinda strange because I am almost thinking that
there are multiple versions of VBScript that have nothing to do
with VBScript version numbers... For instance, VBScript called
VBApp and VBScript called ASP.
And the VBScript CHM file that I have doesn't seem to be all
that helpful... I'm trying to find information on the Format command
/function inside of VBScript. It doesn't exist in the latest VBScript
help file. I'm having difficulties finding information on it in MSDN
Library.
And it does exist because I'm trying to use it on a webpage...
<%= Format(lngHits, "00000") %>
which gives a Type mismatch: 'Format' error whereas
<%= Format lngHits, "00000" %>
gives a compilation error.
And Format$() simply doesn't exist.
So I'm wondering if anyone knows of where I might be able
to find a CHM or Windows Help file that deals with ASP
VBScript.