AX (Axapta) Technical Stuff
- JP...... System Analyst, India.
Showing posts with label
Reverse a string in AX
.
Show all posts
Showing posts with label
Reverse a string in AX
.
Show all posts
Jan 24, 2012
How to reverse a string in AX?
A simple job to reverse a string
static void strReverve(Args _args)
{
str s;
int i;
;
s = 'Test Info';
info(strReverse(s));
}
Older Posts
Home
Subscribe to:
Posts (Atom)