If语句
两个不同的结果,为什么????求救~~~~aihao:='';
if checkbox1.Checked then
if aihao='' then
aihao:='文学'
else
aihao:=aihao+'、'+'文学';
if checkbox2.Checked then
if aihao='' then
aihao:='绘画'
else
aihao:=aihao+'、'+'绘画';
if checkbox3.Checked then
if aihao='' then
aihao:='音乐'
else
aihao:=aihao+'、'+'音乐';
if checkbox4.Checked then
if aihao='' then
aihao:='体育'
else
aihao:=aihao+'、'+'体育';
if checkbox5.Checked then
if aihao='' then
aihao:='棋牌'
else
aihao:=aihao+'、'+'棋牌';
if checkbox6.Checked then
if aihao='' then
aihao:='数学'
else
aihao:=aihao+'、'+'数学';
aihao:='';
if aihao='' then
if checkbox1.Checked then
aihao:='文学'
else
aihao:=aihao+'、'+'文学';
if aihao='' then
if checkbox2.Checked then
aihao:='绘画'
else
aihao:=aihao+'、'+'绘画';
if aihao='' then
if checkbox3.Checked then
aihao:='音乐'
else
aihao:=aihao+'、'+'音乐';
if aihao='' then
if checkbox4.Checked then
aihao:='体育'
else
aihao:=aihao+'、'+'体育';
if aihao='' then
if checkbox5.Checked then
aihao:='棋牌'
else
aihao:=aihao+'、'+'棋牌';
if aihao='' then
if checkbox6.Checked then
aihao:='数学'
else
aihao:=aihao+'、'+'数学';
[[it] 本帖最后由 sheng443 于 2008-10-23 05:53 编辑 [/it]]