Karl,
Just an update to the script. I have evolved what you had shown me and added a few thinsg to it. By using if then statements I have made the part even more intuitive, I added calculations using gdl global parameters to the REF COMPONANT command. See Below:
IF joist_size="2x4 Blocking" THEN
REF COMPONENT "X40020416" , "200" , (((SYMB_A_SIZE*3.2808)/16)*1.10)
ENDIF
The above script calculates the 2x4x16 Blocking the 1.10 is to add a 10% overage. Granted the script may not be efficient but it works. If I am able to figure out how to string script, I will go back and rewrite it. This command has made a HUGE difference in the way I will build parts for my Bill of Materials, I am able to take a lot of the responsibility off of the "Drafter" and put it in the program. Thanks again.
Barry