On 11/19/2013 03:53 PM, Martin Schreiber wrote:
>   "case" can. Having "elseif" looking like "case" is evil.
I think the contrary:

as well with "case" as with an "elseif" (or with pure fpc syntax: "end 
else if ... then begin") cascade only one of the multiple alternatives 
is taken (other then with

if test1 then begin
.. statementsequence1;
  end else begin
..statementsequence2
.. if test2 then begin
....statementsequence3;
...end else begin
....statementsequence4;
..end;
..statementsequence5;
end;

here multiple statement sequences are taken.

-Michael

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to