Re: Difference between..
From: Breno de Avellar Gomes <brenogomes_at_ieee.org>
Date: Sun, 10 Oct 1999 19:48:37 +0100
Message-ID: <3800DF85.DE1071F8_at_ieee.org>
Date: Sun, 10 Oct 1999 19:48:37 +0100
Message-ID: <3800DF85.DE1071F8_at_ieee.org>
If-elsif-else structure is equivalent to switch-case-default in C. You can have several elsif statements and one else for other values not present in elsif conditions
if, if-else when nested will execute inner expressions only if the the criteria is true.
Hope this help.
Feel free to contact me for more details.
Roger Johnson wrote:
> What's the difference between:
> if, if-else
> and
> if-elsif-else
>
> Thanks,
> Roger
-- Breno de Avellar Gomes Database Applications & Internet Developer Arquivo-Sistemas de Bases de Dados P. O. Box 5006 4017-001 Porto Portugal brenogomes_at_ieee.org Cellular: +351 931 7383469 ICQ # 35567342 Toll free fax and voice recorder from USA 1-888-EXCITE2 extension 291-303-8152 Outside USA (international fares apply) 1-917-463-3173Received on Sun Oct 10 1999 - 20:48:37 CEST
