Results 1 to 12 of 12

Thread: [Resolved - silly me]2D arrays - silly q

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

    [Resolved - silly me]2D arrays - silly q

    I have a dynamic array
    Code:
    dim myarray() as string
    Now I want to redim this array so I use :

    Code:
    redim preserve myarray(intctr)

    Works fine.

    But for two dimensional arrays - its giving me an error - subscript out of range. what do I do?
    Last edited by veryjonny; Jan 9th, 2002 at 07:02 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