CharBufferString.Mid (METH)

METHOD Mid

Return <iLength> characters of our string, beginning at the <iPosition>-th character position. <iPosition> = 1 is the first character. The result string is stored in the CharBufferString instance <pstResult>

InOut:

Scope

Name

Type

Comment

Input

iLength

INT

iPosition

INT

cbsResult

REFERENCE TO CharBufferString

The CharBufferString instance, where the result will be returned