Let's try and get 1,000,000 replies to this post

230 posts in this thread since the beginning of June. So how about we break it up and set a target of at least double that by the end of June. Which should take us up somewhere near 5000. 5% of the goal achieved.
 
Albie said:
230 posts in this thread since the beginning of June. So how about we break it up and set a target of at least double that by the end of June. Which should take us up somewhere near 5000. 5% of the goal achieved.

Sounds like a plan.
 
CHGVAR VAR(Post_Count_for_this_thread)
            NEWVAR(Post_Count_for_this_thread + 1)

Bugger all to say, really.
 
Freedom is the right of all sentient beings.



Except YOU
Bruce%20Pointing%20Half%20Potrait.jpg
 
Raven said:
You really expect us to get programming jokes? :huh:
Not really, but:

postcount := postcount + 1

Don't be too concerned, I only know how to do this in 4 programming languages - so two is now used up. :D
 
Albie said:
Not really, but:

postcount := postcount + 1

Don't be too concerned, I only know how to do this in 4 programming languages - so two is now used up. :D

I'm on the edge of my seat, waiting for the other two.
 
OK, a rather more simple one:

posts = posts + 1;

Strictly speaking, I should have put a ';' after the previous one as well.
Or, I could have done:

posts++;
 
PCounts = PCounts + 1

Much the same as the previous one, but still it is a different language. That's me done. :D
 
Back
Top