Fire_Chief
Well-known Member
- Joined
- Jun 21, 2003
- Messages
- 693
- Office Version
- 365
- Platform
- Windows
Do I have to dimension a global variable as string, integer etc.?
I Have:
Global my_age , Continue, Street
Should I have:
Global my_age as interger, Continue as string, Street as string
Would the second way use less memory?
I Have:
Global my_age , Continue, Street
Should I have:
Global my_age as interger, Continue as string, Street as string
Would the second way use less memory?
Last edited: