Does anyone know a good way to convert a string to a numeric that will work on both US and European PCs. The comma / decimal substitution is creating problems.
My application has to run on both Euro and US PCs and includes an external function that prints it result without localized formatting. Euro PCs won't read the decimal value. Ton's suggestion of using the Localization Code in the format specifier works!