xdsize
(xdsize lst)
This function calculates the amount of memory
used by the specified lst
data list.
Arguments |
lst (entget style list) |
Return |
integer, the amount of XData memory (in bytes) needed by the specified lst |
Example |
(xdsize '(-3 ("APPNAME" (1000
. "SampleText") (1040 . 2.0) (1040 . 1.0) (1070 .
1)))) |
Remarks |
the memory available for XData is restricted to 16 kB; |
© Bricsys NV. All rights reserved. |