| .LBOUND Function QuickSCREENi |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| LBOUND - a memory function that returns the lower bound (smallest |
|          available subscript) for the indicated dimension of an array |
|
| Syntax |
|   LBOUND(array[,dimension]) |
|     ž array identifies the array |
|     ž dimension, a numeric-expression with an integer value, indicates |
|       the dimension of the array for which you want to see the smallest |
|       available subscript. Use 1 for the first dimension, 2 for the second |
|       dimension, etc. This is an optional argument for one-dimensional |
|       arrays. |
|
See Also  UBOUND |