system variable relate to command in macro?

Discussion in 'AutoCAD' started by tnguyen1005, Mar 7, 2005.

  1. tnguyen1005

    tnguyen1005 Guest

    Hi, I have this macro used to work just fine:
    ^C^C-insert;RS-R1;\$M=$(*, $(getvar,USERR1),1);;;\\;-insert;RS-R3;CEN;\$M=$(*, $(getvar,USERR1),1);;\;^C^C-insert;RS-R16;cen;\$M=$(*, $(getvar,USERR1),1);;\

    Recently I play with other Macro and Lisp, so the macro above will not work unless I take out ";" a semicolon infront of command -INSERT from second and third command. Like this:
    ^C^C-insert;RS-R1;\$M=$(*, $(getvar,USERR1),1);;;\\-insert;RS-R3;CEN;\$M=$(*, $(getvar,USERR1),1);;\^C^C-insert;RS-R16;cen;\$M=$(*, $(getvar,USERR1),1);;\

    is there a system variable to control this ENTER (;) in macro?
    Thanks !
     
    tnguyen1005, Mar 7, 2005
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.