snorky
Guest
Hello everyone! I'm trying to document how to "ball" a design in a semi-automatic way (it's actually not just as a ball but it's the closest thing to him)
I have a dynamic block with an attribute that I have to place by hand (son Catalan borders but little matter...) and automatically to every new insertion I need to be able to increase the number (+1)
After some research, I found a "sympathetic" method.
of course in "nomeblocco" and in "variable" the names of the case must be inserted.... only that I created the block, created the variable (in the calculator)
but I can't make the command work! I can't understand what's wrong, insert the block with number 1 while setting the variable with number 99 and closing the command with *not valid*
Where am I wrong?
Thank you! ! !
I have a dynamic block with an attribute that I have to place by hand (son Catalan borders but little matter...) and automatically to every new insertion I need to be able to increase the number (+1)
After some research, I found a "sympathetic" method.
Code:
^^c^c_insert;"namelock";\;;$m=$(getvar,"variable");"$m=$(+,1,$(getvar,"variable"));
but I can't make the command work! I can't understand what's wrong, insert the block with number 1 while setting the variable with number 99 and closing the command with *not valid*
Where am I wrong?
Thank you! ! !