This version contains the following updates
- Added SEA Comments Section
- Added NUM and NUM0 macros
The NUM macro outputs a number using the Windows number formatting settings so, depending on the settings, NUM(123456.7) will give 123,456.70
The NUM0 macro removes any decimal places from the number – so NUM0(123456.7) will give 123,456