StrReplaceW (FUN)ΒΆ
FUNCTION StrReplaceW
Replaces <iLengthToReplace> wcharacters of pstInput by pstReplaceWith, starting at the <iPosition>-th wcharacter position iPosition = 1 is the first character.
- InOut:
Scope
Name
Type
Comment
Input
pstInputPOINTER TO WSTRING(255)
uiInputBufferSizeUINTThe size of the buffer, where pstInput points to
pstReplaceWithPOINTER TO WSTRING(255)
iLengthInputINTiLengthToReplaceINTiLengthToReplaceWithINTiPositionINT