autocad 2013 error in variables declaration

19 views
Skip to first unread message

Pietro1844

unread,
Aug 29, 2012, 6:32:09 AM8/29/12
to
for example:
--------------------------------
dim Blk as acadblock
-> for each blk in thisdrawing.bloks <- error!
...
next blk
--------------------------------
or
--------------------------------
dim Ent as acadobject
-> getobject ent, point, "select" <- error!

--------------------------------
and if i declare instead of this:

dim Blk as object
-> for each blk in thisdrawing.bloks <- OK!
...
next blk

or

dim Ent as object
-> getobject ent, point, "select" <- OK!

Reply all
Reply to author
Forward
0 new messages