I am trying to create a button based on the rotate command.
During the rotate command, after picking the items to rotate, and giving the rotation point, the command pauses waiting for either a numeric value of angle or 'R' for a reference angle.
I would like the command to always assume the answer 'R' and continue without pausing.
The existing macro is:-
$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),_rotate,^C^C_rotate)
Can anyone help?
Richard