Type Parameter

The Type Parameter can be any of the predefined Encore Data Types (*CHAR, *BINARY, etc.) as listed at the bottom, or it can be the name of a class or an interface, either in the current assembly or in a referenced assembly.

If a Type Parameter is not given, it will default to *Zoned for a Len with two arguments, or *Char for a Len with one argument.

Supported Data Types

*BINARY

*BOOLEAN

*BYTE

*CHAR

*DATE

*DECIMAL

*FLOAT

*IND

*INTEGER

*ONECHAR

*PACKED

*STRING

*TIME

*TIMESTAMP

*ZONED

See Also

Data Types