Data.Type


Data types define the type of data that Variable holds, find its definition in the below table:


Data Type

Used for

Example

String

Alphanumeric Characters

hello world, Alice, Bob123

Integer

Whole numbers

7, 12, 999

Float (floating point)

Number with a decimal point

3.15, 9.06, 00.13

Character

Encoding Text numerically

97 (in ASCII, 97 is a lower case 'a')

Boolean

Representing logical values

TRUE, FALSE

                                                              Data Type Types Table


For Example: an Integer Variable holds Integer data, a Character type Variable holds character data, etc.

Created with the Personal Edition of HelpNDoc: News and information about help authoring tools and software