how to get the value from a edit when a button is pushed?
or how to get values from the several windows objects?
Thank you. ::)
Retrieve from edit box
Retrieve from edit box
Lets say you have an edit control called "EditBox1" and a string variable "S".
S=EditBox1.Text
If the Text is a number then convert the text into a number with val(EditBox1.Text).
S=EditBox1.Text
If the Text is a number then convert the text into a number with val(EditBox1.Text).
Retrieve from edit box
Thank you for the reply, this is like vb, and is it the same for the other windows objects?
Thank you. :D
Thank you. :D