Hi,

try this:

static void Job51(Args _args)
{
    XppCompiler XppComp = new XppCompiler();
    str         XppSrc  = "void Box(str Text) {;box::info(Text);}";

    XppComp.compile(XppSrc);
    XppComp.execute("Hi");
}

or this:

static void Job52(Args _args)
{
    str XppSrc = "void Box(str Text) {;box::info(Text);}";

    runbuf(XppSrc, "Hi");
}

Note: Source must not exceed 64K!

Regards,
Onno







Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to