PCExpressionStringHelper.getChar Method [AX 2012]

Retrieves the char at a specific position in the string.

public str getChar(str _text, int _charPosition)

Run On

Called

Parameters

_text
Type: str
The string.
_charPosition
Type: int
The char position.

Return Value

Type: str
The token at a specific position in the string.

Community Additions

ADD
Show: