Hey guys i have a problem i am new to visual c++ so i wrote this testcode invisual c++ void test() { for(int a=0;a<=10;a++) { Working->Text=(Working+"\n test \n go"); } } which gave me this wierd output when run
System.Windows.Forms.RichTextBox,Text:System.Windows.Forms.RichTextBox,Text: ... test go