Share via


ProdComDP_BE.addSpaces Method [AX 2012]

Adds spaces and removes unnecessary characters from the specified string.

Syntax

private str addSpaces(str _in, [int _length])

Run On

Server

Parameters

  • _in
    Type: str
    A string to modify.
  • _length
    Type: int
    The length to resize the string; optional.

Return Value

Type: str
The modified string.

See Also

Reference

ProdComDP_BE Class