how to clear an array?
-
second badly needed.... how to clear an array? thank you
start a new beginning in every ending; thats what life for......
-
second badly needed.... how to clear an array? thank you
start a new beginning in every ending; thats what life for......
Array.Clear()
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
second badly needed.... how to clear an array? thank you
start a new beginning in every ending; thats what life for......
Hi, In your message you have not specified the language you are using in your application but assuming that you are using VB 6.0, here is the code to erase the content of an array - --------------------------Code Start-------------------------- Erase ArrayName --------------------------Code End-------------------------- Please do let me know if I can be of any other help.
Gary Bigman. Software Engineer ComponentOne LLC www.componentone.com