editor.z
Defines zone output limits.
Syntax
z zstart.col-end.col
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.
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
