Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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;