Re: [PHP-WIN] Re: Syntax

2002-07-23 Thread Scott Carr
The explaination I posted was from the manual on the page I copied into the email. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting Peter <[EMAIL PROTECTED]>: > Scott's explaination makes it look a bit like the if syntax in MS Excel > > If($fi

[PHP-WIN] Re: Syntax

2002-07-23 Thread Peter
Scott's explaination makes it look a bit like the if syntax in MS Excel If($first, $second, $third) "Kit Kerbel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > What, if you please, does this syntax denote exactly. > > ($i==0?($i):($i*20)) > > > ___

[PHP-WIN] Re: Syntax

2002-07-23 Thread George Nicolae
try ($i==0)?$i:($i*20) -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Kit Kerbel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > What, if you please, does this syntax denote exac