|
主题: 关于if then 的使用问题
|
望枫
职务:普通成员
等级:1
金币:1.0
发贴:155
|
#12002/8/3 14:04:00
在aw中使用if then 语句时,如果一个条件要得到好几个操作结果,语句应该如何表达???
|
魔岩
职务:版主
等级:6
金币:34.0
发贴:4453
|
#22002/8/3 14:46:27
if a=1 then xxxxx1:=1 else if a=2 then xxxxx2:=1 else if a=3 then xxxxx3:=1 else xxxxx4:=1 end if end if end if
|
望枫
职务:普通成员
等级:1
金币:1.0
发贴:155
|
#32002/8/3 19:34:08
if a=1 then xxxxx1:=1 xxxxx2:=1 xxxxx3:=1 xxxxx4:=1 end if 可以吗?
|
5D荣誉斑竹
职务:普通成员
等级:3
金币:10.0
发贴:954
|
#42002/8/3 20:10:29
当然可以!!
真正的光明绝不是永没有黑暗的时间,只是永不被黑暗所湮没罢了;真正的英雄绝不是永没有卑下的情操,只是永不被卑下的情操所屈服罢了。
|
魔岩
职务:版主
等级:6
金币:34.0
发贴:4453
|
#52002/8/3 21:23:57
望枫在上个帖子中说 引用: if a=1 then xxxxx1:=1 xxxxx2:=1 xxxxx3:=1 xxxxx4:=1 end if 可以吗?
为什么不可以呢。。呵呵
|