VB6 Tutorial 55: Using Data Types
Visual Basic 6 is rich in data types. So you should know the usage of all the data types to make a powerful application. Integer values Among the data types for storing integer values, Integer is the most used data type for its efficiency. But sometimes you may use the Long data type instead of Integer especially when… Read More »