Name

LBound Function — Microsoft.VisualBasic.Information

Synopsis

LBound(array[, rank])
array required; any array

An array whose lower bound is to be determined

rank optional; Integer

The dimension whose lower bound is desired

Return Value

An Integer whose value is 0

Description

Determines the lower boundary of a specified dimension of an array. The lower boundary is the smallest subscript you can access within the specified array.

Get VB.NET Language Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.