Domino Code Fragment
| Code Name* isInArray function in LotusScript | Date* 10/97 | Source (or email address if you prefer)* Jamie Magee IP address:.172.69.214.233 | |
| Description* Returns true if string is contained in the array | Type* LotusScript | Categories* List Processing/Sorting | |
| Implementation: None (plug and play) | Required Client: | Server: |
| Limitations: | Comments: When the array is already in a Notes item, it might be more efficient to simply use the built-in LotusScript NotesItem method... flag = notesItem.Contains( value ) | |