Previous Page | Next Page

Formats

$CHARw. Format



Writes standard character data.
Category: Character
Alignment: left

Syntax
Syntax Description
Comparisons
Examples

Syntax

$CHARw.

Syntax Description

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


Examples

put @7 name $char4.;

Value of name Results

----+----1
XYZ
      XYZ

Previous Page | Next Page | Top of Page