SubStr()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

SubStr()

Previous pageReturn to chapter overviewNext page

Purpose

To extract a substring from a character string

Syntax

SubStr( <cString> , <nStart> , <nCount> ) cSubString

Arguments

<cString> is the character string in which to extract a substring

<nStart> is the starting position in <cString>

<nCount> is the number of characters to extract

Returns

SubStr() returns a substring of <cString>.