gettingstarted
[Top] [All Lists]

Re: Dim of an array

To: "Getting Started" <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Dim of an array
From: Charles Yeomans <yeomans at desuetude dot com>
Date: Tue, 16 Dec 2003 17:58:39 -0500

On Tuesday, December 16, 2003, at 05:51  PM, Andrew Keller wrote:

Is there some property of an array ( Dim rawinput(10,2) As Integer) that will tell you its dimensions? Or do I really have to keep track of that myself in a separate variable?


UBound(array, -1) returns the dimension of the array.

Charles Yeomans


- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>