Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# for each textbox lines

foreach(string line in textBox1.Lines)
{
    //your code, but working with 'line' - one at a time

}
 
PREVIOUS NEXT
Tagged: #textbox #lines
ADD COMMENT
Topic
Name
3+5 =