Today I had a classic encounter with the FORMAT command in C/AL.
One of my colleagues was busy generating an ASCII file from NAV in which he wanted to make sure a decimal value was formatted with a two digit precision. (ie. 1.1 should be formatted as 1.10). He asked if I knew a format string for it.