I have added some input checks to MIRO transaction and am having
problems with the decimal notation.:
Set
V[Unpl] "&F[Unpl. Del. Csts]" / 100 Decimals=2
DecimalSeparator="."
GroupSeparator=","
The
"anglo-saxon" notation 1,234,567.89 is working fine,
but why am I not succeeding with the "European"
decimal comma notation 1.234.567,89 ?
I have tried to use the "decimalseparator"
option without any luck.
Please
use the statements
Set
V[Unpl] "&F[Unpl. Del. Csts]" * 100
Set
V[Unpl] "&V[Unpl]" / 10000 Decimals=2
DecimalSeparator="." GroupSeparator=","
For a detailed
explanation, please see our Q&A, InputAssistant, Nr. 139.