GreenMan415
2008-07-18, 06:43 PM
Good Afternoon,
Looking for a bit of help. I am starting my script that I talked about a couple weeks back that will XR everything, pull in the XR's, bind them and save the file. I am starting small with the save script first. What I would like to do is pull a couple things from the attribute data and save the file in the current directory with the attribute values as part of the file name.
Example:
Atrib: SheetName
Value: A100
Atrib2: ProjNum
Value: 123
Attrib3: Date
Value: 07 01 08
File Name should be: 123 A100 07 01 08.dwg
Now I am still getting into ACAD programming so I was not sure if this would be better under AutoLisp or VBA. But I need some direction in where I should start. Note I am not looking for someone to write the code, I can do that. Just need a push in the right direction for information.
Thanks,
Bill
Looking for a bit of help. I am starting my script that I talked about a couple weeks back that will XR everything, pull in the XR's, bind them and save the file. I am starting small with the save script first. What I would like to do is pull a couple things from the attribute data and save the file in the current directory with the attribute values as part of the file name.
Example:
Atrib: SheetName
Value: A100
Atrib2: ProjNum
Value: 123
Attrib3: Date
Value: 07 01 08
File Name should be: 123 A100 07 01 08.dwg
Now I am still getting into ACAD programming so I was not sure if this would be better under AutoLisp or VBA. But I need some direction in where I should start. Note I am not looking for someone to write the code, I can do that. Just need a push in the right direction for information.
Thanks,
Bill