Originally Posted By: Protopia
Use of a timer perhaps to reload the editbox?

Using a timer worked:

Code:
var %existing = $editbox(#chan)
editbox -n #chan My text
.timer -m 1 1 editbox #chan %existing

Last edited by Protopia; 30/06/17 10:07 AM.