StrReplaceW (FUN)
FUNCTION StrReplaceW
Replaces |iLengthToReplace| characters of |pstInput| by |pstReplaceWith|, starting at the |iPosition|-th character position
Note
|iPosition| = 1 is the first character.
- InOut:
Scope
Name
Type
Comment
Input
pstInputPOINTER TO WSTRING(255)
Pointer to the source string
uiInputBufferSizeUINTThe size of the buffer, where |pstInput| points to
pstReplaceWithPOINTER TO WSTRING(255)
Pointer to the string that shall be used as replacement
iLengthInputINTLength of |pstInput|
iLengthToReplaceINTNumber of characters that shall be replaced
iLengthToReplaceWithINTNumber of characters that shall be used as replacement
iPositionINTPosition within |pstInput| where replacement shall start