aziz rasul
Active member
- Local time
- Today, 12:58
- Joined
- Jun 26, 2000
- Messages
- 1,935
I have been looking at someones's code where he has
Dim intCount As Integer
but in the code uses
intCount% = ....
What's the significance of using '%' as the code works with or without the '%'.
Dim intCount As Integer
but in the code uses
intCount% = ....
What's the significance of using '%' as the code works with or without the '%'.