Wednesday, 10 June 2020

Convert to Upper case using X++ in D365 AX

the following function is used to convert the string to upper case.

str myString = xyz1234;


myString  = strUpr(myString );

o/p: XYZ1234.

No comments:

Post a Comment