Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - What standard data types does VB provide? When declaring a type, what is its type keyword? What is its type?
What standard data types does VB provide? When declaring a type, what is its type keyword? What is its type?
VB provides the following services.

Bytes, Boolean, Integer, Long Integer, Currency, Decimal, Single Precision, Double Precision, Date, String, Object, Variable

Standard data type of (default).

In addition, VB can also define user-defined data types through type statements.

Type statements used at the module level are used to define user-defined data types that contain one or more elements.