Description

ATEasy provides many different data types for variables, including the following:

 

Data Types

Description

Basic

Table of all the ATEasy data types, with sizes, value ranges, default value, suffix, and examples.

Numeric

Signed and unsigned integers, floating point, Currency, DateTime.

String

String, BString

Bool

Boolean value of True or False

Variant

Universal data type - you can store data of any type in a variable of type Variant.

Procedure

Reference to a procedure

Object

Any valid object reference including COM object

Any

Alias or Pointer to other Data\Variables

See Also

Data Conversion, Object Naming Conventions, User-Defined Data Types, Internal Data Types