Writes a numeric value in the form nK for kilobytes.
Category: | Numeric |
Alignment: | Right |
specifies the width of the output field.
Default | 9 |
Range | 2–33 |
specifies the number of digits to the right of the decimal point in the numeric value.
Default | 0 |
Range | 0–31 |
Statements
|
Results
|
---|---|
|
----+----1 |
select put (1024, sizek.); |
1K |
select put (200943, sizek.); |
197K |