<< Click to Display Table of Contents >> Fixed length (extend with zeros) |
The column number can be padded with zeros to a fixed length, if such behaviour is wanted. Start value 1 and step value 1 give the values 1, 2, 3, 4, and so forth, if this parameter is set to 0. If this parameter, however, is set to 2 digits, the received values will be 01, 02, 03, 04, and so forth. Three digits will result in 001, 002, 003, 004, and so forth.
You can choose between values from 0 to 5 using a drop-down list. Both 0 and 1 give the same result, namely not to pad any numbers. Please refer to the table below, which contains a few examples.
Value |
Example |
---|---|
0 |
1, 2, 3, 4... |
1 |
1, 2, 3, 4... |
2 |
01, 02, 03, 04... |
3 |
001, 002, 003, 004... |
4 |
0001, 0002, 0003, 0004... |
5 |
00001, 00002, 00003, 00004... |