I can show text in the textbox with
textBox2->Text = "sddd";
I have a string array, but I tried
Both textBox2->Text = sss[0]; and textBox2->Text = ^sss[0];
But both do NOT work
What is the correct way to show the element in the array?
No comments:
Post a Comment