static void job22(Args _args)

{

    inventtable it;

    int a,b,c,d;

     void setpre1()

     {

     setprefix("preFix1");

     info("preFix1111");

     }

 

     void setpre2()

     {

     setprefix("preFix2");

     info("preFix222");

     }

    ;

   // throw Error("Error!");

    a =0;

    b=2;

    c=3;

    d=4;

    switch (a)

    {

     case 1,0 : print "a";

        break;

     case 2 : print "b";

 

    }

    setprefix("main");

   setpre1();

    info(strprompt("abc",11));

     setprefix("111");

    info(strrep("abc",11));

    setpre2();

    info(strrep("abcsss",11));

    info(time2str(timenow(),1,1));

    //while select it

    print numeralsToTxt_EN(21312);

    //pause;

}

setprefix,在info框中添加节点

相关文章:

  • 2021-08-09
  • 2021-09-24
  • 2021-06-19
  • 2021-05-01
  • 2022-12-23
  • 2021-04-02
  • 2022-12-23
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-11-30
相关资源
相似解决方案