Data Concepts

  

DEVELOPER

Data Concepts

PROIV recognises three types of data: alphanumeric, numeric, and wide (multi-byte). All data types have an associated set of operators that can be used on the data. PROIV associates a data type with constants, variables and expressions:

An expression can comprise a constant or a variable, or a combination of these separated by operators. Every expression is associated with a data type.

Arrays

An array (or table) is a collection of elements that are associated with a single variable name.

There are two ways to specify a PROIV Array:


 

Comment on this topic

Topic ID: 730001