Hello, I'm ten_6044 from Scratch!
If you convert a number to AD standard with 0 decimal places, numbers with trailing zeroes will have their trailing zeroes trimmed.
Steps to Reproduce
- Open a new proejct, and load the "Format Numbers" extension.
- Drag the "format number" block, and enter the following arguments:
- Number:
10000
- Notation:
AD standard
- Number of decimal places:
0
- See result.
Expected Result
The block would return 10K.
Actual Result
The block returns 1K instead.
