码迷,mamicode.com
首页 > 其他好文 > 详细

Delphi中选择语句的使用

时间:2014-09-25 01:09:37      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:style   color   使用   sp   c   ad   r   bs   as   

一.方式

 case <表达式> of
<数值>:<语句>;
<数值>:<语句>;
else
<语句>;
end;

例1:

case a of 

1:语句1;

2:语句2;

end;

例2:

case a of 

1:语句1;

2:语句2;

else

语句n;

end;

例3:

case a of 

1,2,3:语句1;

2:语句2;

end;一.方式

一.方式

一.方式

 

 case <表达式> of
<数值>:<语句>;
<数值>:<语句>;
else
<语句>;
end;

Delphi中选择语句的使用

标签:style   color   使用   sp   c   ad   r   bs   as   

原文地址:http://www.cnblogs.com/iseaside/p/3991807.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!