Hi:
Create a project with a Button and a TextBox. Insert the following code into
the button "click" event:
PUBLIC SUB Button1_Click()
TextBox1.Pos=-4
TextBox1.Insert("Hola")
END
After pressing Button1, a segmentation fault finishes the program.
Regards,
D. Campos