converting scripts into vba code...

converting scripts into vba code...

Anonymous
Not applicable
271 Views
1 Reply
Message 1 of 2

converting scripts into vba code...

Anonymous
Not applicable
my script changes colours of alot of layers and uses things like wild cards. should i convert this script into a series of sendcommands of is there a more elegant way?

I can show you the script. it sets colours and linestyles...
0 Likes
272 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Hi,

Converting to "Sendcommand" would simply be changing what you already have
working into something which is potentially less stable.

VBA has much more elegant ways of dealing with layers and if you decide to
move the script functionality to VBA, then you should use the VBA methods.

--

Regards,


Laurie Comerford
www.cadapps.com.au

wrote in message news:4875333@discussion.autodesk.com...
my script changes colours of alot of layers and uses things like wild cards.
should i convert this script into a series of sendcommands of is there a
more elegant way?

I can show you the script. it sets colours and linestyles...
0 Likes