Total number of characters. If the number of characters is insufficient, zeros or spaces will be added to the beginning according to zerosuppress. If width is 0, nothing will be added.
zerosuppress
Type:
Boolean
TRUE - If the number of digits is not equal to width, the leading part will be padded with spaces.
FALSE - If the number of digits is not enough to fit width, the leading zeros will be inserted.