I want to format a variable in order to display it in the
European form "246.824,717" or alternatively in the
Anglo-American form "246,824.717"
I tried (for the European form):
Set V[x] 246824717 Decimals=3 DecimalSeparator=","
GroupSeparator="."
But the result is still "246824717" so what should I
do?
|