AX Guru
Search This Blog
Friday, 10 January 2014
X++ code to print the string in New Lines
Job:
static void TestStr(Args _args)
{
TextBuffer t;
;
t = new TextBuffer();
t.setText("Hello.Welcome");
while (t.nextToken(false,'.'))
{
info(t.token());
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment