Hello.
I want to get a number (double) from the user and store it in a double variable.
I thought the simplest way to get an input is using textBox. The problem is, that the data format of the text at the textBox is String and I want the double value of the data.
Thanks for your help,
Shaul.
I want to get a number (double) from the user and store it in a double variable.
I thought the simplest way to get an input is using textBox. The problem is, that the data format of the text at the textBox is String and I want the double value of the data.
Thanks for your help,
Shaul.