InventProdComDP_BE.addSpaces Method [AX 2012]
Adds the spaces and removes unnecessary characters from the passed string.
Syntax
private str addSpaces(str _in, [int _length])
Run On
Server
Parameters
- _in
Type: str
The string for which to add spaces or remove unnecessary characters.
- _length
Type: int
The length to which the string is to be resized.
Return Value
Type: str
The modified string.