Data Types Overview

Introduces PBL data types

PBL supports a number of data types, in four categories:

Often it is necessary to convert data types to other data types. For instance, a number can be converted to a string for display, or an input string may have to be converted to a date. For more details, see Type Conversion.