Hello guys,
I am writting a code for which I use numbers with decimal and thousand separators.
I am facing a problem on the comma Vs dot criteria for different regional settings.
If I could use the system language as a variable this problem would be solved as I could manipulate the user input taking into account the system language with a simple IF function.
Is there anyway I can know the system language in the code to be able to use it as a variable afterwards?
I tried to use ENVIRON function but I am definetively missing something here.
Really apreciate your help,
Pires
I am writting a code for which I use numbers with decimal and thousand separators.
I am facing a problem on the comma Vs dot criteria for different regional settings.
If I could use the system language as a variable this problem would be solved as I could manipulate the user input taking into account the system language with a simple IF function.
Is there anyway I can know the system language in the code to be able to use it as a variable afterwards?
I tried to use ENVIRON function but I am definetively missing something here.
Really apreciate your help,
Pires