Results 1 to 4 of 4

Thread: Pushing to an Array

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2009
    Posts
    28

    Resolved Pushing to an Array

    Sorry if this is a really obvious question, ive searched the forums etc but cant find a solution.

    I'm creating an array like this:

    Code:
    Dim ConnectionsArray() As String
    later on i just want to PUSH an item to the end of the array. I dont really want to reference the array number at all.

    For example:

    Code:
    ConnectionsArray.push(myvar)
    Is this possible?
    Last edited by albo; Apr 21st, 2009 at 07:50 AM.

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