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