svorgodne Posted September 6, 2017 Posted September 6, 2017 I am currently working in Austria but I have to exchange information with office from different parts of the world. Most european countries are using a point (.) as a thousand separator, and a comma (,) as a decimal separator, which is exactly the opposite in other parts of the world. My question is: Is there a system variable that recognizes which is the decimal and thousand separator symbol? That would help me for a lisp routine that is exporting to an excel sheet, number information contained in blocks. Actually I would be happy to be able to read information contained in the Windows registry through autolisp so I can programm consequently. Thanks in advance Quote
Roy_043 Posted September 6, 2017 Posted September 6, 2017 (vl-registry-read "HKEY_CURRENT_USER\\Control Panel\\International" "sDecimal" ) See: http://windowsitpro.com/windows-server/jsi-tip-0311-regional-settings-registry Quote
svorgodne Posted September 7, 2017 Author Posted September 7, 2017 Thanks a lot, that is exactly what I was looking for Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.