Dynamic (Number part)

images/download/attachments/27689388/image2018-11-27_14-38-29-version-1-modificationdate-1543325911000-api-v2.png

This screenshot shows configuration details for a dynamic number part type.

A dynamic number part generates numbers in increments defined by step (here: 1), starting from a start value (here: 10). The number part is exhausted when the end value (here: 15) is reached or exceeded.

Width (here: 2) defines the minimum number of characters and supplements with fill character (here: - minus) from the left, if necessary.

The indicated Base (here: 16) specifies the number system to apply (decimal: 10, hexadecimal: 16, octal: 8 etc.).

For base values > 10 the range of numeric digits 0-9 is extended by the letters of the alphabet (in capitals), so base values up to 36 are supported.

The above example specifies values 10, ..., 15 with base 16, which resolves to a sequence of letters. With a width of 2 and a fill character of '-' (minus) the following values are generated:

-A, -B, -C, -D, -E, -F