1.Description
A number is brought to a certain number of digits by filling it with zeros from the left.
2.Inputs
| No. | Name | Initialisation | Description |
|---|---|---|---|
| 1 | E1 Number | 0 | Number (integer). Decimal places are truncated and the not taken into account for the output. |
| 2 | E2 numbers | 0 | Number of digits (entire length) (integer). If the number entered here is less than the number of digits in the number (Input 1), then the output number is shortened from the left to the length specified here. |
3.Outputs
| No. | Name | Initialisation | SBC | Description |
|---|---|---|---|---|
| 1 | A1 Zeros + number | "" | s | Text, consisting of leading zeros and number (text) |
s = send, sbc = send by change
4.Other
| Recalculation during start: | No |
|---|---|
| Module is retentive: | No |
| Internal designation: | 17784 |
| Category: | Text functions |