Friday, October 5, 2007

How to work with string

How to work with string

To work with string

Step 1

Description:

A string represents a sequence of characters.

Declaration:

Type Maximum length

ShortString 255 characters 2 to 256 bytes

AnsiString ~2^31 characters

WideString ~2^30 characters

Example:

var

a:string;

No comments: