Replaces commas with points.
Function only- no corresponding object
Designed to be used when presenting results of numerical computations in text format.
menu: no menu pick - to access use the Function and Object browser
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
point2Comma, strReplace, toggleRadix