XMLExcelReport_RU::splitStrByLines Method [AX 2012]
Splits a given string into several strings of lengths that are less than the lengths in the _lineLen container.
client server public static container splitStrByLines(str _s, container _lineLen)
Run On
CalledParameters
- _s
- Type: str
The string to split.
- _lineLen
- Type: container
A container that holds the maximum string lengths.
Return Value
Type: containerA container that holds the strings that the source string was split into.
Show: