$CHARw. Format
Writes standard character data.
Category: |
Character |
Alignment: |
Left |
Alias: |
$w.
|
Syntax
Arguments
w
specifies the width
of the output field.
Default |
8 if the length of variable is undefined; otherwise,
the length of the variable
|
Range |
1–32767 |
Comparisons
The $CHAR
w.
and $
w. formats are identical,
and they do not trim leading blanks.
Example
|
|
|
|
select put ('XYZ',$char.);
|
|