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