| |
---|
| | |
---|
| | 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 |
---|
| | |