Message 1 of 2

Not applicable
07-02-2016
07:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I write one prorgam, that works good, but i have one problem.
I have some block. I insert one copy of my block to document.
I write to block some code by this function:
(setq spec '((0 . 1) 2 3 4 5 (6 . 7))) (vlax-ldata-put vla "spec" spec).
So I can read this information by this function:
(vlax-ldata-get vla "spec") >'((0 . 1) 2 3 4 5 (6 . 7))
My problem is that this information is in one copy of my block. I want to this information would be in all copies of this block.
If I insert more copies of my block, it would have not this information.
So how I can put this information to block, to read it from any copyes of this block?
Sorry for my English:-(
Solved! Go to Solution.