Code that would be clever but...... just fails.Code:Function CountArrayItems(MyArray)
On Error Resume Next
Do
CountArrayItems = CountArrayItems + IIf(True, 1, MyArray(CountArrayItems))
Loop Until Err
End Function
Printable View
Code that would be clever but...... just fails.Code:Function CountArrayItems(MyArray)
On Error Resume Next
Do
CountArrayItems = CountArrayItems + IIf(True, 1, MyArray(CountArrayItems))
Loop Until Err
End Function
Clever! By the looks of it, its part of the Netbeans sourcecode? :D
Currently it is part of Mrbeans.
In all honesty, it looks like the source code for my local ATM machine.Quote:
Originally Posted by Atheist
... soon to replace Agile programming as the methodology du jour.
Sounds interesting...Quote:
Originally Posted by kregg