以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://weistock.com/bbs/index.asp) -- 公式模型编写问题提交 (http://weistock.com/bbs/list.asp?boardid=4) ---- 请教问题 (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=143024) |
-- 作者:chendong -- 发布时间:2016/11/20 22:06:18 -- 请教问题 请问,如何在公式中读取到账户名,比如,账户是33888,如果不是这个账户,公式就退出,不运行。谢谢! |
-- 作者:jinzhe -- 发布时间:2016/11/21 9:11:23 -- 这句代码放在程序开头 if stricmp(taccount(1),\'33888\')<>0 then exit; |