|
-
October 3rd, 2001, 10:57 AM
#1
Declaring a variable in VBScript
Welcome to my own private hell. What is wrong with this variable declaration?
<%@LANGUAGE="VBSCRIPT"%>
<%
option EXPLICIT
Dim Number as Integer
<p>
<p>
<p>
For some reason I am not allowed to specify the datatype I want my variables. The PC just wants to give me a hard time for no reason right?
Why are the "tolerant" so easy to offend?
-
October 3rd, 2001, 10:58 AM
#2
Re: Declaring a variable in VBScript
No, the <p> isn't part of the code I was attempting to add additional whitespace lines to my question but my computer wanted to give me a hard time about that too.
Why are the "tolerant" so easy to offend?
-
October 3rd, 2001, 11:16 AM
#3
Re: Declaring a variable in VBScript
I believe there are no datatypes in VBScript. All the varaibles are variant
Iouri Boutchkine
[email protected]
-
October 3rd, 2001, 11:31 AM
#4
Re: Declaring a variable in VBScript
You are correct. I just found that in a VBScript book.
Why are the "tolerant" so easy to offend?
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
|