CharBufferString.Insert (METH)

METHOD Insert

Inserts <cbsInsert> into this string instance after the <iPosition>-th character position. <iPosition> = 0 inserts before the first character. <iPosition> = 1 inserts after the first character.

InOut:

Scope

Name

Type

Input

cbsInsert

REFERENCE TO CharBufferString

iPosition

INT