March 26, 2015

X++ code to print New Line


static void NewLine_Str(Args _args)
{
    TextBuffer t;
    ;
    t = new TextBuffer();
    t.setText("Hai.Welcome");
    while (t.nextToken(false,'.'))
    {
    info(t.token());
    }
}

No comments:

Post a Comment