Re: array size
- From: "Mike D Sutton" <EDais@xxxxxxxx>
- Date: Thu, 9 Jun 2005 10:29:42 +0100
[Ignore previous post..]
> "dim arr()"
> to have dynamic aray, and after sometimes
> "redim arr(some_size)"
> but then, to check the current size with
> "ubound(arr)"
> gives error if arr is not yet "redimed"
>
> is it possible to check for empty array [no one element] *without* having to
> catch errors?
> [and without auxilary variable to hold "not-yet-redim"]
Try this:
http://groups.google.co.uk/group/microsoft.public.vb.general.discussion/msg/946e66e23a0010f5
Hope this helps,
Mike
- Microsoft Visual Basic MVP -
E-Mail: EDais@xxxxxxxx
WWW: Http://EDais.mvps.org/
.
- Follow-Ups:
- Re: array size
- From: sali
- Re: array size
- References:
- array size
- From: sali
- array size
- Prev by Date: Re: array size
- Next by Date: Re: Detect Media Change...
- Previous by thread: Re: array size
- Next by thread: Re: array size
- Index(es):
Relevant Pages
|