Book Contents

Book Index

Next Topic

Home

CHARACTER (CHAR)

The CHARACTER type is a fixed-length, blank padded string.

Syntax

[ CHARACTER | CHAR ] (n)

Semantics

 

n

specifies the length of the string. The default length is one (1). The maximum length is 4000.

Notes