Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

autocad 2013 error in variables declaration

20 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!

0 new messages