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
|
pstInput
|
POINTER TO STRING(255)
|
|
uiInputBufferSize
|
UINT
|
The size of the buffer, where pstInput points to
|
pstReplaceWith
|
POINTER TO STRING(255)
|
|
iLengthInput
|
INT
|
|
iLengthToReplace
|
INT
|
|
iLengthToReplaceWith
|
INT
|
|
iPosition
|
INT
|
|
|