Skip to content
Tristan Hume edited this page Apr 23, 2012 · 2 revisions

#lower

##Syntax lower (reference [ , dimension ] ) : int

##Description The lower attribute is used to find the lower bound of an array, string, char(n) or non-opaque subrange type. Since the lower bound is necessarily known at compile time, lower is rarely used.

##See also upper.html which finds the upper.html bound.

Clone this wiki locally