Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone I'm trying to get my macro to work and it's either not the results I need or errors lol....
I have an entity list that I'm looking to sort the tool.type
This is what I have.....
***NOTE: Might have spelling errors but that's not my problem ***
//Tool folder
string $db = 'Tool\'
//Empty lists
string list $sortedTools = {}
Entity list $myTools = reverse(sort(folder($db),'$tool.type'))
foreach $tool.type IN $myTools {
//MACRO CONTINUES....
}
Solved! Go to Solution.