Buf_Switch(Buf_Free) Ins_Text("A single line of really normal text used for testing VEDIT's usage of text registers.") Ins_Newline(1) #103=0 Reg_Empty(103) // When #103 reaches 2878 the text register is too big for VEDIT => error message. // So far o.k. // But: VEDIT goes crazy then. Most times only Taskmanager helps (to kill VEDIT) // It looks like if there is internal memory overwritten. // BoF repeat(ALL) { Reg_Copy(103, 1, APPEND) #103++ // .#103 // Update }