Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
<no name> by Anonymous
Convert whatever number to 3-digit , e.g. 1021 with 
============================ 

D3                   formatting:    1021
000                  formatting:    1021
000 with % 1000      formatting:    021 // 3-digit  as Expected
D3 with % 1000       formatting:    021 // 3-digit as Expected
Cached Result
Last Run: 10:25:53 pm
Compile: 0.11s
Execute: 0s
Memory: 8kb
CPU: 0s