|
|
Tools > LineMaker
LineMaker is a simple text generator using a template and a list of values. An instance of the template is generated for each line of values. Multiple values can be used by entering a comma delimited list of values on each line. Use replacement tokens in the template to indicate where the values will be inserted.
To indicate where you want to insert a variable, use the following token syntax: VARn where n is an integer value starting with 1. The number corresponds with the column of the comma delimited values.
You can also use sequencers to have your template repeated with a numeric sequence. The token syntax is SEQn. You can provide the start value and a step value for each sequencer.
|
|
|