Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status No Plans to Implement
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Jul 15, 2018

Add support for interfaces and add library of common data structures to LotusScript

Allow better OOP support in LotusScript with support for interfaces. Add a library for common data structures such as lists, dictionaries, etc...

  • Attach files
  • Guest
    Reply
    |
    Feb 7, 2019

    Interfaces in LS already exist; it describes as: DECLARE...

    P.S. I promote of arrays sorting!

  • Admin
    Thomas Hampel
    Reply
    |
    Oct 27, 2018

    Moving idea to product : Domino Designer

  • Guest
    Reply
    |
    Jul 15, 2018

    Dictionaries in C# is called Lists in Lotusscript. What would those libraries do? 
    You already have the ability to add elements to a list, remove individual elements and clear the list. 
    Sure, it would occasionally be nice to be able to sort a list based on the list tag, and perhaps have some functions to get the number of elements in the list. 
    Something I would like to see instead is more functions for arrays. Built-in sort for string arrays as well as numeric arrays, for example.