Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey folks,
I'm trying to build a macro that will completely wipe the project parameters(user defined settings), and I cannot seem to get a list or foreach loop to detect the parameters.
This is what I have so far but I keep getting an error that it cannot be evaluated.
FOREACH par IN FOLDER($Project._keys) {
EDIT USERPAR project SELECT $par
DELETE USERPAR project SELECTED
}
Many thanks for anyone that may have some insight into this matter.
Solved! Go to Solution.