Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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
Yes, you can call one mapkey from another.
mapkey n %m;%m;%m;%m;%m;%m;%m;%m;%m;%m;