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
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))
>
>
> ___
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