StrMidA (FUN)
FUNCTION StrMidA
Copies |iLength| characters of |pst| to |pstResult|, beginning at the |iPosition|-th character position. .. note:
|iPosition| = 1 is the first character.
- InOut:
Scope
Name
Type
Comment
Input
pstPOINTER TO BYTE
Pointer to the source string
uiInputBufferSizeUINTThe size of the buffer, where |pst| points to
iLengthINTThe number of characters that shall be copied
iPositionINTThe position from where copying shall start
pstResultPOINTER TO BYTE
The buffer, where the result will be returned
uiResultBufferSizeUINTThe size of the buffer (in bytes), where the result will be returned