Minor cleanup.
1 parent dbcc6e5 commit 86a8b2c92c015828f95f3ad48a4ca23f47dc6289
@tundra tundra authored on 16 Jan 2010
Showing 1 changed file
View
16
tren.rst
 
Count Pattern Format
--------------------
 
In each of the cases below, the counting pattern is mandatory and
describes two things: The number of digits to use, and the starting
number in the sequence. Examples::
 
0001 -> 0001, 0002, 0003, ...
0000 -> 0000, 0001, 0002, ...
03 -> 03, 04, 05, ...
In each of the cases below, the counting pattern is mandatory and
describes two things: The number of digits to use, and the starting
number in the sequence. Examples::
 
0001 -> 0001, 0002, 0003, ...
0000 -> 0000, 0001, 0002, ...
03 -> 03, 04, 05, ...
 
You do not have to use a ``0`` to indicate the number of digits to
use. You can use *any* padding characters you like. **tren**
only cares about the width of the field and will "consume" your
-----------------------------
 
::
 
$Id: tren.rst,v 1.118 2010/01/16 20:50:52 tundra Exp $
$Id: tren.rst,v 1.119 2010/01/16 20:51:43 tundra Exp $
 
You can find the latest version of this program at:
 
http://www.tundraware.com/Software/tren