Domino Code Fragment
Code Name* Arrays and Redim | Date* 05/07/2025 | Source (or email address if you prefer)* [email protected] IP address:.172.69.59.61 | |
Description* Arrays, like variables, hold values of a single data type. Unlike variables, however, arrays can hold multiple elements of the same data type. | Type* LotusScript | Categories* (Misc) |
Implementation: | Required Client: | Server: |
Limitations: | Comments: |
Array Fruits: | Value | Index # |
![]() | Apple | 1 |
![]() | Orange | 2 |
![]() | Pear | 3 |
![]() | Cherry | 4 |