imdimonique
Member
- Joined
- Jun 3, 2004
- Messages
- 10
i have read some snippets that uses fields in declaring their variables:
Whats more effective?
dim strVariable as string or Private strVariable as string??
or is it the same?
Whats more effective?
dim strVariable as string or Private strVariable as string??
