Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Implements functions for the work with strings.
procedure Explode(AString:string; AChar:Char; var AResult:TAdStringArray); |
TAdStringArray = array of string; |
procedure Explode(AString:string; AChar:Char; var AResult:TAdStringArray); |
Seperates a string with the given seperator char and puts all string parts in the AResult array. |
TAdStringArray = array of string; |
A simple array of strings used in the explode function. See also
|