I used this code to try out Opus 13.19.3 new Evaluator Function button:
for (i = 0; i < 10; i++) {
Run("CreateFolder NAME=" + i);
}
It runs fine (and fast
) with a few quirks:
- After the code has finished, only the last 40-60% of the created folders are selected.
- Occasionally, the sort order is slightly incorrect
- Occasionally, all folders are displayed, but vanish after a second
Everything will be okay after a refresh.
10 new folders (Selection)
50 new folders (Selection+Sort order)
100 new folders (Selection+Sort order)
100 new folders (Folders missing)




