Actually i have one column that store values in decimal (12.2)
I need to convert this decimal value 59.90
in Brasilian money 59,90
. There's a way to convert or tell to genexus to use ","
instead of "."
in decimal values?
In genexus documentation i find this:
https://wiki.genexus.com/commwiki/servlet/wiki?7670,Decimal+separator+property,
But don't specify how i can change to assume the Comma separator decimal
I try:
&ProductRequestPost.price = Val(STR(&price, 15, 2), ",")
But in this way i get:
"price":59,