以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://weistock.com/bbs/index.asp) -- 金字塔软件问题提交 (http://weistock.com/bbs/list.asp?boardid=2) ---- 这个语句如何实现 (http://weistock.com/bbs/dispbbs.asp?boardid=2&id=31365) |
-- 作者:wskcom -- 发布时间:2012/12/10 21:26:05 -- 这个语句如何实现 满足条件1,就执行语句1; 满足条件2,就执行语句2; 满足条件3,就执行语句3; 满足条件4,就执行语句4; 满足条件5,就执行语句5; |
-- 作者:jinzhe -- 发布时间:2012/12/11 8:58:31 -- if 1 then a; if 2 then b; if 3 then c; if 4 then d;
if 5 then e; |