Unit AdStrUtils

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Implements functions for the work with strings.

Overview

Functions and Procedures

procedure Explode(AString:string; AChar:Char; var AResult:TAdStringArray);

Types

TAdStringArray = array of string;

Description

Functions and Procedures

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.

Types

TAdStringArray = array of string;

A simple array of strings used in the explode function.

See also
Explode
Seperates a string with the given seperator char and puts all string parts in the AResult array.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00