With the code example below I'm trying to loop through the collection and call a few custom class functions. What I'd like to do is loop through an array of the class functions and call them using application.run().
In the example below the "IsWidthOK" function would run, then I would loop...