I've been trying to figure this out, but I'm stuck on an error I keep getting. I've been using code found here in this forum, but what was working for other doesn't seem to work for me.
I can insert the block, but after that, I get an error and the code seems to die and doesn't set the parameter I want.
However, I've tried every permutation of writing that to get it to run, but it won't.
The goal of this is to be able to allow users to insert a dynamic block and at the same time set the X and Y of the grid (which is an X/Y array).
I thought this would be simple enough. The parameter "X_25mark" is the X direction, and for now I'm trying to hard code it at "100". However, in the future, I would like to ask the user to enter what X and Y they want for the grid.