PDA

View Full Version : Select Attribute value in Clipboard memory



SunYog
2013-11-16, 11:49 AM
Hello All,
I need an AutoLisp program that does this:
I have attributed block which has many tags with values. i want pick the value of specific tag (when we double click on specific value attributed block prompt its)
This selected value should kept in windows memory /Clipboard (like ctrl+c). so i can use the same value in another program (ctrl+v)

I have to do hundreds of values copy from ACAD to Revit room tag in custom parameter .

hope you understand my requirement.
I am attaching here with dwg / png file .

Thanks and regards
Yogesh

pbejse
2013-11-16, 11:23 PM
Add (vl-load-com)

SunYog
2013-11-17, 04:54 AM
Thank you pbejse,
but i am not really understood how to use it, i am not a programmer :(

Could you please update the lisp and post it back?

Regards

pbejse
2013-11-19, 06:16 AM
Could you please update the lisp and post it back?


Here you go.

94089

SunYog
2013-11-19, 11:06 AM
Thanks a lot pbejse,
its awesome..working fine .. :)
thank you again..

Regards

pbejse
2013-11-20, 10:14 AM
Thanks a lot pbejse,
its awesome..working fine .. :)
thank you again..

Regards

Good for you SunYog, All i did was add the the line to Load the Visual LISP extensions to AutoLISP.

Glad i could help. :)