Results 1 to 9 of 9

Thread: [RESOLVED] Clearing a Structure

Hybrid View

  1. #1
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Clearing a Structure

    Use an array list instead. Then just .Add to it as you need to.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  2. #2

    Thread Starter
    New Member
    Join Date
    Jun 2007
    Posts
    10

    Re: Clearing a Structure

    Quote Originally Posted by techgnome
    Use an array list instead. Then just .Add to it as you need to.

    -tg
    Array list?

  3. #3
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: Clearing a Structure

    Quote Originally Posted by Writers Block
    Array list?
    http://msdn2.microsoft.com/en-us/lib...st(vs.80).aspx



    EDIT: Changed to Framework 2.0 link.
    Last edited by nmadd; Jun 30th, 2007 at 02:27 PM. Reason: changed link

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width