gb.Currency (gb)

Const Currency As Integer = 7

Costante che rappresenta il formato della valuta nazionale.

Esempio

System.Language = "it_IT.UTF-8"
Print Format(1234.54643, gb.Currency)
Print Format(1234.10000, gb.Currency)
Print Format(1234.00000, gb.Currency)
€1,234.55
€1,234.1
€1,234