以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  公式模型编写问题提交  (http://weistock.com/bbs/list.asp?boardid=4)
----  代码修改  (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=54905)

--  作者:jiangsen
--  发布时间:2013/8/9 13:08:03
--  代码修改
debugfile2(\'C:\\Users\\Desktop\\moxing.txt\',numtostr(x,0)&\'  \'&numtostr(y,0)&\'  \'&numtostr(shouyi,0)&\' %.2f\',0);
这段语句编译通不过,我想打印x,y,shouyi,帮忙改一下

--  作者:jinzhe
--  发布时间:2013/8/9 13:23:30
--  
debugfile2(\'C:\\Users\\Desktop\\moxing.txt\',\'X 是 %.2f\',x,0);
debugfile2(\'C:\\Users\\Desktop\\moxing.txt\',\'Y 是 %.2f\',y,0);
debugfile2(\'C:\\Users\\Desktop\\moxing.txt\',\'shouyi 是 %.2f\',shouyi,0);