|
-
Jan 5th, 2009, 03:01 PM
#1
Pathetic Programming
Code that would be clever but...
Code:
Function CountArrayItems(MyArray)
On Error Resume Next
Do
CountArrayItems = CountArrayItems + IIf(True, 1, MyArray(CountArrayItems))
Loop Until Err
End Function
... just fails.
-
Jan 5th, 2009, 03:08 PM
#2
Re: Pathetic Programming
Clever! By the looks of it, its part of the Netbeans sourcecode?
-
Jan 5th, 2009, 03:35 PM
#3
Re: Pathetic Programming
Currently it is part of Mrbeans.
-
Jan 5th, 2009, 03:54 PM
#4
Fanatic Member
Re: Pathetic Programming
 Originally Posted by Atheist
Clever! By the looks of it, its part of the Netbeans sourcecode? 
In all honesty, it looks like the source code for my local ATM machine.
-
Jan 5th, 2009, 06:48 PM
#5
Re: Pathetic Programming
... soon to replace Agile programming as the methodology du jour.
-
Jan 6th, 2009, 02:09 AM
#6
Hyperactive Member
Re: Pathetic Programming
 Originally Posted by kregg
In all honesty, it looks like the source code for my local ATM machine.
Sounds interesting...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|