StrDeleteA (FUN)
FUNCTION StrDeleteA
Deletes |iLength| characters of |pby|, beginning at the |iPosition|-th character position.
Note
|iPosition| = 1 is the first character.
- InOut:
Scope
Name
Type
Comment
Input
pbyPOINTER TO BYTE
Pointer to the string that shall be edited
iLengthINTNumber of characters to be deleted
iPositionINTPosition within the string where deletion shall start