L
Lieven De Foor
Guest
[quote user="gus bjorklund"] When converting values from decimal storage to text, use whatever format is suitable for your intended use. [/quote] Well that's the issue, you can't specify the decimal separator for the STRING() function. You get the string value in the current numeric-format setting, using the sessions decimal point, and need to do a replace to get something fixed. I have a workaround, which is fine for me, but a built-in way would have been nice...
Continue reading...
Continue reading...