- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have a command that we've made which allows us to select a polyline and then it inputs a area where we can specify a base point and adds it as a text element. However, this command doesn't repeat itself, it only repeats the last command in the string. I've added a * at the start of the command but it doesn't appear to work.
The macro we are using is as below:
^C^C-LAYER T -HK-HEADAREAS M -HK-HEADAREAS C 54 -HK-HEADAREAS LW 0.00 -HK-HEADAREAS PL NOPLOT -HK-HEADAREAS ;^C^CAREA O \ ^C^Cattdia;0;_-insert;AREABLK;\1;1;0;$M=$(rtos,$(*,0.000001,$(getvar,area)),2,3);attdia;1
We either want it to continue running the command until it is cancelled by using Esc etc like normal or to run the command once and then run again when the Enter key is pressed?
Solved! Go to Solution.