Re: If/Then/Else


[Prev][Next][Index][Thread]

Re: If/Then/Else



It is better to use the latter, the if then else, but if it slows the
calc down, then the first is better I guess.  I have bnever heard that
though.

Jody wrote:

> Somewhere I read that you should also avoid using the "Else"
> statement if possible because it really slows things down. Which
> way would be better:
> :If N
> :Then
> :.........
> :End
> :If not(N
> :Then
> :.........
> :End
>
>  OR...
>
> :If N
> :Then
> :.........
> :Else
> :.........
> :End
>
> Jody Snider
> jody1@alaska.net



--
Tim Brierley
brierley@erols.com


References: