Short list with things to finish for D2

Denis Koroskin 2korden at gmail.com
Tue Nov 24 03:42:09 PST 2009


On Tue, 24 Nov 2009 14:00:18 +0300, Gerrit Wichert <gw at green-stores.de>  
wrote:

> how about opLimit ?

I recall that Visual Basic has UBound function that returns upper bound of  
a multi-dimensional array:

Dim a(100, 5, 4) As Byte

UBound(a, 1) -> 100
UBound(a, 2) -> 5
UBound(a, 3) -> 4

Works for single-dimensional arrays, too:

Dim b(8) As Byte
UBound(b) -> 8



More information about the Digitalmars-d mailing list