Share via


ProdComDP_BE.addSpacesGeneral Method [AX 2012]

Adds the spaces to the specified string.

Syntax

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

Run On

Server

Parameters

  • _in
    Type: str
    A string to which to add spaces.
  • _length
    Type: int
    The length to which to resize the string.

Return Value

Type: str
The modified string that has the required spaces.

See Also

Reference

ProdComDP_BE Class