PCExpressionStringHelper.splitString Method [AX 2012]

Splits a string in two with the first part containing all characters up to but not including the split position, and the second part containing the rest.

public container splitString(str _stringToSplit, int _splitPosition)

Run On

Called

Parameters

_stringToSplit
Type: str
The string to split.
_splitPosition
Type: int
The split position.

Return Value

Type: container
A container of two strings.

Community Additions

ADD
Show: