MSasu Posted August 22, 2011 Posted August 22, 2011 I’m exporting some data from AutoCAD to an Excel file by AutoLISP code. Since I need the diameter symbol along with other exported data I have generated it by +0216 and pasted in code. When the Excel is exported on one workstation it isn’t rendered correctly – it appear like an “r” character instead. However the user of that station say that he use the same above combination of keys when need to write the symbol. Does someone know a solution for this? Thank you! Regards, Mircea Quote
LibertyOne Posted August 22, 2011 Posted August 22, 2011 Try using +0248 instead and test it to see if you get better results. Quote
MSasu Posted August 22, 2011 Author Posted August 22, 2011 Thank you for your answer - I will try it. Regards, Mircea Quote
Tharwat Posted August 22, 2011 Posted August 22, 2011 +0216 and +0248 are the same if the default language is English, but if not , the symbol would be different . Quote
MSasu Posted August 22, 2011 Author Posted August 22, 2011 What realy confuse me is that +0216 had the same result both on my and his workstation – the difference appear only when the character is generated programmatically. Regards, Mircea Quote
Tharwat Posted August 22, 2011 Posted August 22, 2011 I think because there is not Alt press while exporting data or strings to Excel sheet . Quote
Lee Mac Posted August 22, 2011 Posted August 22, 2011 Maybe: (chr 248) = "ø" (chr 216) = "Ø" (print "\370") = "ø" (print "\330") = "Ø" Quote
MSasu Posted September 5, 2011 Author Posted September 5, 2011 Sorry for my delayed answer, but I had to wait for my pal to check this on his trouble-maker workstation. Unfortunately, none of the above suggested solutions have worked – the diameter symbol is still wrong displayed. I really don’t know what to do on this matter... Thank you again for your support. Regards, Mircea 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.