You can move the enumeration to a function and have it call itself, effectively creating recursion. Not sure if it's worth the trouble.
1 Like
You can move the enumeration to a function and have it call itself, effectively creating recursion. Not sure if it's worth the trouble.