Nats helper row fill (NATS3)
From TMM Wiki
Jump to navigationJump to searchnats_helper_row_fill
Fills rows to fit an assigned size.
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
perrow | The number of characters in each row | Any positive whole number | None. This parameter requires a value | perrow="7" |
var | Name of the variable holding the output | Any valid Smarty variable name | fill | var="my_variable" |
iteration | The number characters in this row | Any positive whole number | None. This parameter requires a value | iteration="7" |
Output
A row filled to the perrow size in the variable, {$fill}
Notes
None.