dear all
if let say i have 3 textbox loaded with index 0 1 and 2. now if i unload textbox (1) will textbox 0 and textbox 2 still there? will the index of textbox 2 automatically changed to 1? please advice
Printable View
dear all
if let say i have 3 textbox loaded with index 0 1 and 2. now if i unload textbox (1) will textbox 0 and textbox 2 still there? will the index of textbox 2 automatically changed to 1? please advice
Assuming you are talking about a control array, textbox(0) and textbox(2) will still exist and they will retain their original index values.
thank you
i have another problem with inet this time. if let say i put a zip file up on a http server, can i use inet to download the zip file? how can i do that?