chuckles1066
Banned
- Joined
- Dec 20, 2004
- Messages
- 372
Just posting on from something I read earlier.
Only d is given the type integer in this example whereas I assumed a, b and c would also be type integer?
So what type are a, b and c?
I'm a bit concerned because, obviously, my misunderstanding might have adverse or unpredictable consequences in some of the macros I've written.
TIA.
Code:
Dim a, b, c, d as Integer
Only d is given the type integer in this example whereas I assumed a, b and c would also be type integer?
So what type are a, b and c?
I'm a bit concerned because, obviously, my misunderstanding might have adverse or unpredictable consequences in some of the macros I've written.
TIA.