TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Guest on October 05, 2007, 11:46:27 AM

Title: Insert * (filename)
Post by: Guest on October 05, 2007, 11:46:27 AM
While I was going through some LSPs on my HD, I came across one that is similar to the following...

Code: [Select]
(command "insert" (strcat "*S:\\CADD\\......dwg") "0" "0" "")
So my question is this... what's the deal with the asterisk??  I don't think I've ever seen that one before.
Title: Re: Insert * (filename)
Post by: Chuck Gabriel on October 05, 2007, 11:50:35 AM
It means to insert the block exploded.
Title: Re: Insert * (filename)
Post by: Guest on October 05, 2007, 11:53:42 AM
It means to insert the block exploded.

OOOOoooohhhhhhhhh.....


Thanks!
Title: Re: Insert * (filename)
Post by: FengK on October 06, 2007, 03:29:53 AM
It means to insert the block exploded.

Thanks Chuck, never knew about this one.
Title: Re: Insert * (filename)
Post by: CADaver on October 06, 2007, 11:33:31 AM
It means to insert the block exploded.

Thanks Chuck, never knew about this one.
Its been around longer than the EXPLODE command.

(booyah)