Table of Contents

ugBASIC User Manual

LBOUND

SYNTAX

   = LBOUND( array [, dimension])

PURPOSE

Retrieves the minimum value of the index of an array, given the dimension.

EXAMPLE

  DIM a(10,20)
  PRINT LBOUND(a) : REM it will print 0

ABBREVIATION

 Lb

AVAILABLE ON

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY