What is "Dim X%"? 
Author Message
 What is "Dim X%"?

Hello, I'm debugging some VB code and can't figure out what does the
declaration "Dim X%" mean?  I'm confused about the "%" sign.

Can anybody help. Thanks



Fri, 19 Jul 2002 03:00:00 GMT  
 What is "Dim X%"?
It means integer, basically it's the same as writing:

Dim X As Integer


Quote:
> Hello, I'm debugging some VB code and can't figure out what does the
> declaration "Dim X%" mean?  I'm confused about the "%" sign.

> Can anybody help. Thanks



Fri, 19 Jul 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. dynamically dim a variable ie dim "variable"&n

2. "late" DIM statements

3. PROB with "dim as new ADODB...."

4. Problem with "Dim as Field"

5. "Un-dim" Array

6. PROB with "dim as new ADODB...."

7. PROB with "dim as new ADODB...."

8. Problem with "Dim as Field"

9. VB7 and "Dim WebPublic"

10. For "i" am loopy

11. "Where am I?" in VB

12. datepart("h", mytime), problem with AM and PM

 

 
Powered by phpBB® Forum Software