Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,100 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need to extrack each line in a multi line text box one by one and put them in a string variable
For example, in Windows Forms applications, in VB:
For Each line In TextBox1.Lines
Next
The line variable will contain the lines one-by-one.