discusmania
IS-IT--Management
hi guys....
actually i have a text box and a button. when i fill a string in the text box and click on the button , i want the string to be the element of an array(so that i can use it). The array size will depend on how many time user key in in the text box and click the button. E.g:
textbox value =1234 , user click button
textbox value =1001, user click button
textbox value =1256, user click button
so the array will be:
ArrGetValue(0)=1234
ArrGetValue(0)=1001
ArrGetValue(0)=1256
how to do this?
please help
Thanks alot
actually i have a text box and a button. when i fill a string in the text box and click on the button , i want the string to be the element of an array(so that i can use it). The array size will depend on how many time user key in in the text box and click the button. E.g:
textbox value =1234 , user click button
textbox value =1001, user click button
textbox value =1256, user click button
so the array will be:
ArrGetValue(0)=1234
ArrGetValue(0)=1001
ArrGetValue(0)=1256
how to do this?
please help
Thanks alot