Saturday, August 7, 2010

What is the use of the prefix for the names of the controls and variable names?

regarding visual basicWhat is the use of the prefix for the names of the controls and variable names?
The use is to specify data types, .e.g,


Dim strRecipientName As String


Dim intItemsProcessed As Integer


Dim blnContinueProcessing As Boolean

No comments:

Post a Comment