A 16 bit unsigned integral value.
Dim name1 As Card
This data type does not have declaration character.
Range: 0 - 65535
Arithmetic operations are faster with integral types than with other data types. They are fastest with the 32-bit Integer types.
Dim d As Card = 2
Local Card d1
The unsigned integral types are Byte (8-bit) and Card (16-bit).
Boolean, Byte, Card, Short, Word, Int16, Long, Int, Integer, Int32, Int64, Large, Single, Double, Currency, Date, Handle, String, Variant, Object
{Created by Sjouke Hamstra; Last updated: 24/09/2014 by James Gaite}