I would like to make the average of number in a text box using the program I have but I don't know how to. Can someone help?

To protect your input data you can check if the textBox is not empty and, if the input data is a number:

So you avoid to have wrong values in the list.

1 Like

ok thank you'll do it

it works thanks a lot!