Posted inDynamics NAV & BC Tips & tricks
Using Enumerators in C/AL to iterate through files in a folder
Enumerators in .NET allow you to iterate through arrays and collections in your class. You can see this used for example in FOREACH Loop. Here is an example. Bron : Rashed Amini Lees meer...