Suppose I have 10 textBox (textBox1, textBox2, ... textBox10). As when pressing a button, using a loop, take a value from each textBox and continue to use.
And if the textBox names are different for me, for example (square, perimeter, amount, size, radius ...) and all these names in the array, how will I address each of them in turn and take the value from each.
textBoxby name. How to do this is written here: ru.stackoverflow.com/questions/564289/… - default locale