Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Postcount++

Ulrika Zugzwang
Magnanimous in Victory
Join date: 10 Jun 2004
Posts: 6,382
12-08-2005 22:16
Postcount++
_____________________
Chik-chik-chika-ahh
Cid Jacobs
Theoretical Meteorologist
Join date: 18 Jul 2004
Posts: 4,304
12-08-2005 22:17
++Post_Count;
_____________________
Ulrika Zugzwang
Magnanimous in Victory
Join date: 10 Jun 2004
Posts: 6,382
12-08-2005 22:17
$Postcount+= 1;
_____________________
Chik-chik-chika-ahh
Cid Jacobs
Theoretical Meteorologist
Join date: 18 Jul 2004
Posts: 4,304
12-08-2005 22:18
From: Ulrika Zugzwang
$Postcount+= 1;

Nice :p
_____________________
Cid Jacobs
Theoretical Meteorologist
Join date: 18 Jul 2004
Posts: 4,304
12-08-2005 22:18
I may steal that :p
_____________________
Cid Jacobs
Theoretical Meteorologist
Join date: 18 Jul 2004
Posts: 4,304
12-08-2005 22:20
Oh and couldn't you have titled this thread "ThreadCount++" :p
_____________________
Chage McCoy
Aerodrome Janitor
Join date: 23 Apr 2004
Posts: 336
12-08-2005 22:30
bump
Cid Jacobs
Theoretical Meteorologist
Join date: 18 Jul 2004
Posts: 4,304
12-08-2005 22:31
From: Chage McCoy
bump

Whew! Thanks for the quick save there Chage! ;)
_____________________
Ulrika Zugzwang
Magnanimous in Victory
Join date: 10 Jun 2004
Posts: 6,382
12-08-2005 22:36
From: Cid Jacobs
Oh and couldn't you have titled this thread "ThreadCount++" :p
I wish they would keep track of thread counts. It would be one more number I could strut around the forums with. ;)

Postcount = Postcount + 1;
_____________________
Chik-chik-chika-ahh
Chage McCoy
Aerodrome Janitor
Join date: 23 Apr 2004
Posts: 336
12-08-2005 23:48
bumpity bump
Torley Linden
Enlightenment!
Join date: 15 Sep 2004
Posts: 16,530
12-09-2005 00:33
Tri Repetae++
_____________________
Ezequal Torgeson
Geometry God
Join date: 5 Jun 2004
Posts: 93
12-09-2005 02:17
postcount += postcount % (--postcount);
_____________________
"It was a 'yes' or 'no' question but all im getting is 'blah blah blah' :mad: "

"Perfect? No ones perfect ... except fo mee :p "

"I make guns for a living ... you were saying something? :D"

Vote Prop 607:
Tree/Heirarchy based Linking
Vote Prop 404:
Low Density Sims
Shadow Garden
Just horsin' around
Join date: 17 Jul 2005
Posts: 226
12-09-2005 07:15
10 postcount=0
20 postcount=postcount+1
30 print postcount

:)
_____________________
"Ah, ignorance and stupidity all in the same package ... How efficient of you!" - Londo Molari, Babylon V.
Logan Bauer
Inept Adept
Join date: 13 Jun 2004
Posts: 2,237
12-09-2005 07:27
deltree c:\postcount\
Travis Lambert
White dog, red collar
Join date: 3 Jun 2004
Posts: 2,819
12-09-2005 07:33
#Postcount
:Postcount
SET TEMP = C:\POSTCOUNT\
SET PATH = C:\POSTCOUNT\
ECHO Postcount!
GOTO Postcount
_____________________
------------------
The Shelter

The Shelter is a non-profit recreation center for new residents, and supporters of new residents. Our goal is to provide a positive & supportive social environment for those looking for one in our overwhelming world.
Kris Ritter
paradoxical embolism
Join date: 31 Oct 2003
Posts: 6,627
12-09-2005 08:00
CODE
if (postcount > tolerable_quantity )
{
STFU (suggested_duration, random_insult);
}
Lora Morgan
Puts the "eek" in "geek"
Join date: 19 Mar 2004
Posts: 779
12-09-2005 08:05
CODE
for ($i = 0; $i < $i+1; $i++)
{
$Postcount = $Postcount + $i;
}


Done.
Seldon Metropolitan
Zen Taxi Driver
Join date: 20 Jun 2005
Posts: 376
12-09-2005 12:36
postcount<>e-penis
Ulrika Zugzwang
Magnanimous in Victory
Join date: 10 Jun 2004
Posts: 6,382
12-09-2005 13:11
From: Ezequal Torgeson
postcount += postcount % (--postcount);
Nice. :)
_____________________
Chik-chik-chika-ahh
Cid Jacobs
Theoretical Meteorologist
Join date: 18 Jul 2004
Posts: 4,304
12-09-2005 14:31
From: Ulrika Zugzwang
I wish they would keep track of thread counts. It would be one more number I could strut around the forums with. ;)

Postcount = Postcount + 1;

You should start a new thread petitioning the Lindens to include it :p

Post_Count = 1 + llGetPostCount(key llGetOwner());
_____________________
Billy Grace
Land Market Facilitator
Join date: 8 Mar 2004
Posts: 2,307
12-09-2005 14:38
*pouts cause 2,600 posts of mine went poof one day n I had to start over at zero* :mad:
_____________________
I find it rather easy to portray a businessman. Being bland, rather cruel and incompetent comes naturally to me.
John Cleese, 1939 -
Eggy Lippmann
Wiktator
Join date: 1 May 2003
Posts: 7,939
12-09-2005 15:07
model small
.stack
.data
message db "Postcount++", "$"

.code

main proc
mov ax,seg message
mov ds,ax

mov ah,09
lea dx,message
int 21h

mov ax,4c00h
int 21h
main endp
end main
Ezequal Torgeson
Geometry God
Join date: 5 Jun 2004
Posts: 93
12-09-2005 18:50
Oh noes! I have been out 1337'ed with assembely! :D
_____________________
"It was a 'yes' or 'no' question but all im getting is 'blah blah blah' :mad: "

"Perfect? No ones perfect ... except fo mee :p "

"I make guns for a living ... you were saying something? :D"

Vote Prop 607:
Tree/Heirarchy based Linking
Vote Prop 404:
Low Density Sims
Ulrika Zugzwang
Magnanimous in Victory
Join date: 10 Jun 2004
Posts: 6,382
12-09-2005 23:42
From: Ezequal Torgeson
Oh noes! I have been out 1337'ed with assembely! :D
Eggy reigns supreme!

~Ulrika~

P.S.- Postcount++
_____________________
Chik-chik-chika-ahh
Belaya Statosky
Information Retrieval
Join date: 3 Jun 2004
Posts: 552
12-10-2005 04:07
From: Torley Torgeson
Tri Repetae++


<333333
1 2 3