|
-
Mar 20th, 2006, 04:16 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Variables
is it correct to declare variables like this in Vb.NET ?:
Dim a, b, c as integer
or it should be:
Dim a as integer
dim b as integer
dim c as integer
Cuz i read somewhere that if i declare "Dim a, b, c as integer" then only c will be treat as integer , a and b are variants.
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
|