|
TAB EXPANDName:
This command allows you to specify how tabs are to be handled. You can specify that the tab character be left as is or that it be replaced by one to 20 space characters. This command is most likely to be useful when processing tabs contained within strings.
where <ival> is a number or parameter in the range 0 to 20. If <ival> is 0, then the tab character is left as is. If <ival> is a positive integer, then the tab character is replaced with <ival> spaces. If <ival> is greater than 20, it will be set to 20. Common choices for <ival> would be 3 or 5.
SET TAB EXPAND 5
. Note that "^I" denotes a tab character set tab expand 3 let string s = xxxx^Iyyyy^Izzzz print sThe following output is generated FUNCTIONS-- S --xxxx yyyy zzzz
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 03/15/2019 |