EdFindReplaceΒΆ

EdFindReplace replaces a string in an editor.

rvPos = EdFindReplace(hEdit, ssFind, rvPos, nFlag, bWrapAround, ssReplace)

Return Value

rvPos.

Parameters

hEdit

hEdit identifies the editor.

ssFind

ssFind is the search string.

rvPos

rvPos.

nFlag

nFlag.

bWrapAround

bWrapAround.

ssReplace

ssReplace is the replace text.

id-1680721