Short list with things to finish for D2

Don nospam at nospam.com
Wed Nov 25 08:46:49 PST 2009


Denis Koroskin wrote:
>>>  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

> I brought a point that VB has a UBound function that 
> does exactly what opDollar is supposed to do, so something like 
> opUpperBound() might fit.

Finally, a viable alternative to opDollar! I could live with
opUpperBound.



More information about the Digitalmars-d mailing list