Merging Arrays

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tmenke

    Merging Arrays

    Can someone help,

    I have two arrays and want to merge them into a third array.What I want to
    do is, after I create this third
    array (combination of the first two) is to erase the original two arrays
    from memory.Is there a command in VB5 that will do this ?

    Thanks,

    Tom M



  • Dikkie Dik

    #2
    Re: Merging Arrays

    Tmenke schreef:[color=blue]
    > Can someone help,
    >
    > I have two arrays and want to merge them into a third array.What I want to
    > do is, after I create this third
    > array (combination of the first two) is to erase the original two arrays
    > from memory.Is there a command in VB5 that will do this ?
    >
    > Thanks,
    >
    > Tom M
    >
    >
    >[/color]
    I think the command is called "Erase"

    Comment

    Working...