Message 1 of 14
Not applicable
12-14-2018
08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello how can I make a macro with the program list, where I select the programs in which I want to rewrite.
I was trying to do this, but this error is returning.
ENTITY LIST $Selected_ncprogram = INPUT ENTITY MULTIPLE ncprogram "Select program"
FOREACH $tp in ProgramNames {
ACTIVATE NCPROGRAM $tp.Name
KEEP NCPROGRAM
}
Solved! Go to Solution.
