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