Thread: [Solved] Variable declaration
View Single Post
 
Old 08-25-2015, 02:22 PM
lwhistler lwhistler is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Aug 2015
Posts: 2
lwhistler is on a distinguished road
Default Variable declaration

In the variable declaration, I sometimes see 3 letters written in front of the varaiable (e.g., intMy_Variable) and sometimes not. The three letters preceeding the variable seems to be defining the variable type. Other letters in front are such things is cur, sin, etc. My guess is that is defining the variable type. However, my manual says that the variable declaration must be appended with As Integer, etc to define the variable type. What are those three letters that precede the variable name used for?
Reply With Quote