User | Kudos |
---|---|
13 | |
11 | |
3 | |
3 | |
2 |
I need a format into string that is capable to format numeric with thousands separators.
Like this (Visual Aides - Numeric Separators) idea but also for the conversion and scan functions.
Looking at the syntax
%[$][-][+][#][^][0][Width][.Precision || _SignificantDigits][{Unit}][<Embedded information>]Conversion Code
the <Embedded information> currently used only for time formats would be ideal to extend to a more general form.
Something like <+ nnn nnn.ddd ddd> would be nice 🙂 ( the d is already occupied ... # or whatever .... maybe similar to the excel format syntax or maybe there is a (better) standard??? )
Currently I use the attached vi to add the separators, however it would be nice to have it in a general form
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.