Ok, if this isn't VB Syntax specific I'll eat my trackball!
I know 32bit variables will run better on a 32bit machine.
int16 is there for programming on 16bit machines and same with int64, for the 64bit OS's (one of the new windows OS?).
I think I've seen that Integer is now 32bit. Int32 is 32 bit. Is there any difference between the two?
I'm thinking (my own logic here) that the Int(Number) variables are ment to be the standard used variables, so the programmer has full control and Integer is a legacy bit from VB6.
Am I right? Are there any differences? Is one faster than the other or provide any different functionality?
I know 32bit variables will run better on a 32bit machine.
int16 is there for programming on 16bit machines and same with int64, for the 64bit OS's (one of the new windows OS?).
I think I've seen that Integer is now 32bit. Int32 is 32 bit. Is there any difference between the two?
I'm thinking (my own logic here) that the Int(Number) variables are ment to be the standard used variables, so the programmer has full control and Integer is a legacy bit from VB6.
Am I right? Are there any differences? Is one faster than the other or provide any different functionality?