Posted by: Mati Paalmäe
Hi,
I'm having trouble assigning values to numeric variables (also fetch from
oracle database), when decimal separator in regional setting is set to comma
(,). For example if I declare numeric variable NUM and write statement Set
NUM=2,3, I get syntax error. If I say Set NUM=2.3, it's ok. But when I write
statement Set NUM=SalStrToNumber( '2.3' ) and check cariables value, then
NUM=2,3 (with comma) and it can be used as number. What am I doing wrong,
can anyone help?
Mati