Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Splits a given string into several strings of lengths that are less than the lengths in the _lineLen container.
Syntax
client server public static container splitStrByLines(str _s, container _lineLen)
Run On
Called
Parameters
- _s
Type: str
The string to split.
- _lineLen
Type: container
A container that holds the maximum string lengths.
Return Value
Type: container
A container that holds the strings that the source string was split into.