Gah!

bassackwards again :(

-----Original Message-----
From: LRMK [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 06, 2002 12:11
To: Yacketta, Ronald
Cc: [EMAIL PROTECTED]
Subject: Re: Difference between $count++ and ++$count




++$count will increment $count before it is used
 $count++ will increment $count after it is used



----- Original Message -----
From: "Yacketta, Ronald" <[EMAIL PROTECTED]>
To: "'Mystik Gotan'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, December 06, 2002 11:02 PM
Subject: RE: Difference between $count++ and ++$count


> Yes
>
> If I recall correctly:
>
> ++$count will increment $count after it is used
> $count++ will increment $count before it is used
>
> -Ron
>
> -----Original Message-----
> From: Mystik Gotan [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 06, 2002 11:54
> To: [EMAIL PROTECTED]
> Subject: Difference between $count++ and ++$count
>
>
> Hiya,
>
> is there any difference between $count++ and ++$count?
> Just wondering.
>
> Thanks.
>
>
>
>
>
> _________________________________________________________________
> Ontvang je Hotmail & Messenger berichten op je mobiele telefoon met
Hotmail
> SMS http://www.msn.nl/jumppage/
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to