Message 1 of 5
Not applicable
02-04-2019
06:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I have such scenario:
From my arx application:
- load LISP file using (LOAD "filename")
- LISP calls then some commands
- A command asks user for string, but this string is written in LISP file, so acedGetString returns immidiately with passed value... almost.
The problem is that it seems acedGetString in such case returns string converted to ANSI. The file is originally saved in UNICODE. Is there any way to get the string as unicode?
My code is really simple:
AcString str; int status = acedGetString(1, L"Give me string", str);
Solved! Go to Solution.

