Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - What is the data type of vbstrvar, intvar and sngvar, and how to judge the data type?
What is the data type of vbstrvar, intvar and sngvar, and how to judge the data type?
These are all variable names, there are no Dim statements, and we don't know what their data types are.

However, in VB, in order to distinguish the types of variables, we should try to use the judgment of variable name prefix or suffix suggested by VB6.0.

In this case, strVar is a character type.

IntVar is plastic surgery

SngVar is a single precision type.

The list is as follows:

Data type prefix

Bytes of byte type

Plastic int

Strip liquefied natural gas

Single precision sng

Double precision dbl

Currency currency

character string

Date dtm

Logic box

Object obj

Variant vnt