View Full Version : Macros of command Copy
TevsR
27th Apr 2004, 02:09 am
Does anyone know what macros of command Copy e.t.c mean: $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip ),_copy,^C^C_copy)
I believe grips and actions don't depend on each other
David Bethel
27th Apr 2004, 01:32 pm
I think I understand your question...
The macro is basically:
if GRIPs command is active,
start the copy command,
otherwise,
issue 2 ctrl+c ( esc ) and then start the copy command.
-David
TevsR
28th Apr 2004, 02:22 am
I think this is wrong because:
1. Change ..._copy,^c^c_copy) to ..._delete,^c^c_copy) Select object by grips and press this button. You expect the DELETE command to work? But command COPY will work! Only the last command works every time.
2. Change ..._copy,^c^c_copy) to ...grips,^c^c_copy) You can expect to see the word GRIPS (system variable) in the command line. But again we see the command COPY!!!
So> my question states
Powered by vBulletin™ Version 4.1.2 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.