Message 1 of 10
Can AutoLisp read byte?

Not applicable
04-02-2017
09:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I have a hardware that can return date value. By using C#, I am able to read all 16 data in bytes.
However, when I try to use it with AutoLisp, it only able to read 3 data.
Example:
(print Buffer)
"á\007\004"
it is missing 13 more data.
Is there any restriction on number of data that AutoLisp can read?
Thank you