Array Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?UGxheWE=?=

    #1

    Array Question

    How do I clear all the elements in my array? Is there a command to do this?
  • Herfried K. Wagner [MVP]

    #2
    Re: Array Question

    "Playa" <Playa@discussi ons.microsoft.c omschrieb:
    How do I clear all the elements in my array? Is there a command to do
    this?
    Describe in more detail what you are meaning with "clearing". Removing all
    items from the array? Setting them to a specific value?

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • Miro

      #3
      Re: Array Question

      You can just do a ReDim

      M.


      "Playa" <Playa@discussi ons.microsoft.c omwrote in message
      news:1DA9B686-5739-45CC-A0F8-FF02D6A97555@mi crosoft.com...
      How do I clear all the elements in my array? Is there a command to do
      this?

      Comment

      Working...