Card Data Type

Purpose

A 16 bit unsigned integral value.

Syntax

Dim name1 As Card

Description

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.

Example

Dim d As Card = 2

Local Card d1

Remarks

The unsigned integral types are Byte (8-bit) and Card (16-bit).

See Also

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}