Visual BASIC Data Types

Both Visual Basic and PowerBASIC support the following data types: Byte, Integer, Long-integer, Single-precision float, Double-precision float, Currency, User-Defined Type, Fixed-length string, Dynamic string, and Variant. Both products also support arrays of all data types.

PowerBASIC also supports the following data types, which Visual Basic does not: Word, Double-word, Quad-integer, Extended-currency, STRINGZ string, Unions, and Pointers.

 

 

See Also

Comparative Data Types To Visual Basic 6