SubString

Description

Returns a portion of the specified string, starting at the specified index and containing the specified number of characters.

Syntax

SubString(AString: String, Index, Count: Integer): String

Example

SubString(Colas,1,2)

The return value is Co.