07-02-2011, 06:06 PM
When I copy one element in Microstation:
macro result:
14
49777 MicroStation Element
3
----------------------------
If I try
str s.getclip("MicroStation Element") ----> s.len=0
str s.getclip(14) -----> s.len=0
str s.getclip(3) ------> s.len=16 and s changes every time with the same object.
Other idea?
macro result:
14
49777 MicroStation Element
3
----------------------------
If I try
str s.getclip("MicroStation Element") ----> s.len=0
str s.getclip(14) -----> s.len=0
str s.getclip(3) ------> s.len=16 and s changes every time with the same object.
Other idea?
