Share via


XMLExcelReport_CashDueAnnouncement_RU.splitText Method [AX 2012]

Splits a string that contains text into two strings that have a given maximum length.

Syntax

protected container splitText(str _str, int _maxlen)

Run On

Client

Parameters

  • _str
    Type: str
    The string to split.
  • _maxlen
    Type: int
    The maximum length of the resulting strings.

Return Value

Type: container
A container that holds the resulting strings.

See Also

Reference

XMLExcelReport_CashDueAnnouncement_RU Class