I am using blocks that are simple rectangles of various sizes with parameters that provide their width and hight. I am use data extraction to create a table of the block name, number of times it appears, and the overall dimensions. I also have an attribute that defines the "type" of block it is. I have arrayed the blocks into a grid and now need to name them based on their placement in the grid, i.e. A1, A2, A3, B1, B2, B3, etc.

I need to click on a block, COPY BLOCK AND ASSIGN a new name to it, but maintain its exact size, attribute, and parameters. When I do this the parameters dissapear. This will mean I have to open each block and add the parameters back in, which is going to take me a ton of time. HELP!!!