Replaces points with commas.
Designed to be used when presenting results of numerical computations in text format.
menu: not included in menu
library: dataLib
o_comma2point("23.45 24.34 89.01") returns "23,45 24,34 89,01"
The world is split between two major groups that use a decimal radix of "," or ".". This function is provided as a quick way to switch between the two when presenting numbers in Text format. Note that strReplace() would also work but it uses loops so this one is faster.
VEE7.0+, all platforms
comma2point, strReplace, toggleRadix