Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21238

Random Questions

$
0
0
This maybe quite immature topic but many programmers overlook or neglect these...or just confuse (just like me :bigyello: )

Here I go:
------------------------------------------------------------------
Code:

Private Type Employee
    EmployeeName As String
    EmployeeAge As Integer
End Type

Private ThisEmployee As Employee

VS.

Code:

Private EmployeeName As String
Private EmployeeAge As Integer

------------------------------------------------------------------
In the declaration section,...

Code:

Dim booClean As Boolean
VS.

Code:

Private booClean As Boolean
------------------------------------------------------------------

And/Or you can share other mis-understood, confused concepts,ideas,questions etc.

Thank you!!!

Viewing all articles
Browse latest Browse all 21238

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>