- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello to all,
I found here a lot of very inspiring macros, written by some real programming idols. Many thanks to all for sharing this great work! But unfortunately the customizing for my own circumstances causes often a lot of "try and error", because I can not find any explanation in the "Macro programming guide".
Two examples:
FOREACH $Selected IN (explorer_selected_entities()) ....
string list tp_names = extract(flatten(extract($progs, 'nctoolpath')), 'name')
How are the possibilities with "explorer_selected_entities", how is it to use and what the hell means "flatten" inside of the extract-command?
Is there any further documentation for macro commands which are not descripted in the here downloadeble guide?
Solved! Go to Solution.