Friday 7 October 2016

strAlpha Function in AX.

strAlpha Function

Copies only the alphanumeric characters from a string.

Syntax:
str strAlpha(str _text)

Example:
info(strAlpha("prashant123$&@"));

Result : prashant123

No comments:

Post a Comment