Next:
save-file
Up:
wx:text-window
Previous:
remove
replace
Replaces a range of text.
(send
a-wx:text-window
replace
from
to
value
)
->
void
from
:
small integer
to
:
small integer
value
:
string
Replaces the text between
from
and
to
with
value
.
PLT