[Overview][Types][Classes][Procedures and functions][Index] |
Extract the APos(th) block of text in AValue, separated by AToken
Source position: tiUtils.pas line 53
function tiToken( |
const AValue: string; |
const AToken: string; |
const APos: Integer |
):string; |
Extract the APos(th) block of text in AValue, separated by AToken.
|
Count the number of blocks of text in AValue separated by AToken |