您现在的位置:程序化交易>> 期货公式>> 金字塔等>> 其他期货软件知识>>正文内容

[求助]类型不匹配? [金字塔]

  • 咨询内容:

    哪写错了?

     

    runmode:1;

    test:='test';

    <%
     set oexcel=createobject("excel.application")
     oexcel.visible=true
     oexcel.workbooks.add   
     test=ffl.strvardata("test")
     oexcel.cells(1,1)=test(1)
    %>

     

    图片点击可在新窗口打开查看

     

     

     

  • 金字塔客服: test  不是个数组

     

  • 用户回复: 以下是引用admin在2011-12-5 15:14:44的发言:
    test  不是个数组

    runmode:1;

    variable:test[1]='';

    test[1]:='test';

    <%
     set oexcel=createobject("excel.application")
     oexcel.visible=true
     oexcel.workbooks.add  
     test=ffl.strvardata("test")
     oexcel.cells(1,1)=test(1)
    %>

     

     

    这么写也不行呀!

    [此贴子已经被作者于2011-12-5 15:17:59编辑过]

     

  • 网友回复:

    runmode:1;

    test:='test';

    <%
     set oexcel=createobject("excel.application")
     oexcel.visible=true
     oexcel.workbooks.add  
     test=ffl.strvardata("test")
     oexcel.cells(1,1)=test
    %>

     

  • 网友回复:

    runmode:1;

    variable:test[1]='';

    test[1]:='test';

    <%
     set oexcel=createobject("excel.application")
     oexcel.visible=true
     oexcel.workbooks.add  
     test=ffl.strvardata("test")
     oexcel.cells(1,1)=test(1)
    %>

    这么写为啥不行?


【字体: 】【打印文章】【查看评论

相关文章

    没有相关内容