Share via


InventProdComDP_BE.addSpacesGeneral Method [AX 2012]

Adds spaces to the passed string.

Syntax

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

Run On

Server

Parameters

  • _in
    Type: str
    The string for which to add spaces.
  • _length
    Type: int
    The length to which the string is to be resized.

Return Value

Type: str
The modified string.

See Also

Reference

InventProdComDP_BE Class