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>
Scope
Name
Type
Comment
Input
iLength
INT
iPosition
cbsResult
REFERENCE TO CharBufferString
The CharBufferString instance, where the result will be returned