z

z


xf Index Level ^
Syntax z
zstart.col-end.col
Category Editor
Type Command
Description defines zone display limits. The display is limited to only the data between the specified beginning ("start.col") and ending ("end.col") column ranges.

If both parameters are omitted, the zone function is reset to display the entire line.
Options
See Also
Example 014 print customer.id
.z 3-8              <- this establishes "zone" limits.
.14                 <- go to line 14 and display.
014 int cu
.z                  <- this cancels "zone" limits.
.14                 <- go to line 14 and display.
014 print customer.id
Warnings
Compatibility D3 7.0 AP R83
xf Index Level ^