Skip to main content
1-Visitor
April 24, 2017
Question

Need to repeat a mapkey n number of times

  • April 24, 2017
  • 1 reply
  • 1484 views

Below is the code of a mapkey

mapkey m ~ Command `ProCmdRedefine` ;~ Activate `UI Message Dialog` `yes`;\

mapkey(continued) ~ Activate `main_dlg_cur` `dashInst0.stdbtn_1`;

I need to repeat the above mapkey n number of times , say 100 times.

any way to do it

    1 reply

    23-Emerald IV
    April 24, 2017

    Yes, you can call one mapkey from another.

    mapkey n %m;%m;%m;%m;%m;%m;%m;%m;%m;%m;