Tuesday, 16 May 2017

Append character to string in AX 2012

strLFix


Syntax :-

client server public static str strLFix(
    str _str, 
    int _length, 
   [char _char])

Exaple :- 

strLFix("PRA",5,'0')

Output :-
PRA00

No comments:

Post a Comment