Internet Direct (Indy) Version 9.0.1 Beta
|
function BreakApart(BaseString: string; BreakString: string; StringList: TStrings): TStrings;
If BreakString does not occur in BaseString, the entire value in BaseString is added to StringList as a single token.
The return value for the function is the argument specified in StringList after tokens have been added to the container.