the code like
Code:
Private Sub Form_Load()
Dim num As Integer
num = 3
End Sub
when I use watch to view the value of num, it show the value is 0, why?