Save values in text edit box
Hi,
If I have a window, such as the one below, and the user enters some values in the text boxes. How could I save these numerical values into an array? For example, if someone typed in 1, 2, 3 ,and 4 into the text boxes, when they press OK, I would like these values to be saved into an array.
new window("test",
text edit box(""),
text edit box(""),
text edit box(""),
text edit box(""),
...
saitcopuroglu
albiruni81