Hi all,
I have a decimal var and a user has to input an amount.
For input the keypad is used. But the dot on the keypad doesn't work.
The NUMERIC-FORMAT is "European" btw.
How can I use the dot on the keypad as the decimal delimiter.
ON "." OF dMeters
DO:
???
END.