preloader-matrix

Alfasith

Remove the double Quotes ( ” ) or special character using String methods in AX

Hi,

Just use the below skeleton to remove the ” ( double quotes ) or special character from the sample string.

strRem(‘Sample String’,’*’);

* may be -” / or any special character
.

Leave a Reply

Your email address will not be published. Required fields are marked *