cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Need to repeat a mapkey n number of times

LuciferBV
4-Participant

Need to repeat a mapkey n number of times

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 1
TomU
23-Emerald IV
(To:LuciferBV)

Yes, you can call one mapkey from another.

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

Announcements
Business Continuity with Creo: Learn more about it here.

Top Tags