This maybe quite immature topic but many programmers overlook or neglect these...or just confuse (just like me :bigyello: )
Here I go:
------------------------------------------------------------------
VS.
------------------------------------------------------------------
In the declaration section,...
VS.
------------------------------------------------------------------
And/Or you can share other mis-understood, confused concepts,ideas,questions etc.
Thank you!!!
Here I go:
------------------------------------------------------------------
Code:
Private Type Employee
EmployeeName As String
EmployeeAge As Integer
End Type
Private ThisEmployee As Employee
Code:
Private EmployeeName As String
Private EmployeeAge As Integer
In the declaration section,...
Code:
Dim booClean As Boolean
Code:
Private booClean As Boolean
And/Or you can share other mis-understood, confused concepts,ideas,questions etc.
Thank you!!!