Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.48 KB

File metadata and controls

30 lines (21 loc) · 1.48 KB

percent()

Returns the percent of scanned, matched or all lines so-far seen of the total data lines in the file. Data lines have data. The total does not include blanks.

By default percent() tracks % matches of total lines in the file. If percent() has the onmatch qualifier it always tracks matches, overriding

Data signatures
percent( scan, match, or line: $${\color{green}str}$$ )
Call signatures
percent( scan, match, or line: Term )
Purpose Value
Main focus percent() produces a calculated value
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]