Extract Method

Returns the sub string starting at a given position with a specified length.

Syntax

string.Extract(StartIndex: Integer, Length: Integer) : String

where StartIndex is the index of the substring first character and Length the sub string length.

Example

Message (Responsible.Extract(2,2))

Sample

KwrString.CATPart

 

Back Up Next