diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 11:33:37 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 11:33:37 +0300 |
commit | 1be20bcb0e717e35a6de5074223252f2eb1c5aa5 (patch) | |
tree | 44d5c47feb2f1d5bc72f9ab049de323c0452f269 /doc/awkcard.in | |
parent | bb83ae45d4c9989b21e599e3cdab90a17541d2b2 (diff) | |
parent | c9c9fe5bb2d5c6b07a67f4cf6861aeb6d9bbfcfd (diff) | |
download | egawk-1be20bcb0e717e35a6de5074223252f2eb1c5aa5.tar.gz egawk-1be20bcb0e717e35a6de5074223252f2eb1c5aa5.tar.bz2 egawk-1be20bcb0e717e35a6de5074223252f2eb1c5aa5.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/awkcard.in')
-rw-r--r-- | doc/awkcard.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index 418cc8d9..86aeee2e 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -556,8 +556,10 @@ fails, or if \*(FCclose()\*(FR fails. T} \*(FCFIELDWIDTHS\fP T{ -Whitespace separated list of field widths. Used -to parse the input into fields of fixed width, +Whitespace-separated list of field widths. +Each field width may optionally be preceded by a colon-separated +value specifying the number of characters to skip before the field starts. +Used to parse the input into fields of fixed width, instead of the value of \*(FCFS\fP.\*(CD T} \*(FCFILENAME\fP T{ @@ -1017,6 +1019,8 @@ also affects how fields are split when variable is set to a space-separated list of numbers, each field is expected to have a fixed width, and \*(GK splits up the record using the specified widths. +Each field width may optionally be preceded by a colon-separated +value specifying the number of characters to skip before the field starts. The value of \*(FCFS\fP is ignored. Assigning a new value to \*(FCFS\fP or \*(FCFPAT\fP overrides the use of \*(FCFIELDWIDTHS\*(FR. |