Results 1 to 11 of 11

Thread: UBound and Un Dimensioned Array

Threaded View

  1. #1

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Resolved UBound and Un Dimensioned Array

    Is there a way if i can check if an Dynamic Array has been dimensioned?

    Say i have :

    Dim myArray() as String


    Now if i do :
    ubound(myArray), i will get an error as the array has yet not bin dimensioned. I dont want to use "On Error Go To .." to catch the error. Is there a builtin function Similar to IsArray()?

    Thanks in advance...
    Last edited by Danial; Jan 5th, 2005 at 06:12 AM.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

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