StrToken Function
ImagingUtility

Returns a sub-string from S which is followed by Sep separator and deletes the sub-string from S including the separator.

Pascal
function StrToken(var S: string; 
                  Sep: Char): string;
File

ImagingUtility (at line 158)

Related Information
You are here: Symbol Reference > Functions > StrToken Function