AX Guru
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
‹
›
Home
View web version
No comments:
Post a Comment