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

Raise the limit of 32768 entries in a Lotus Script Array

Why shouldn´t there be as much places as memory is available?

 

Mark Reiser, sirius-net GmbH

 

LotusScript, Script, LS

  • Attach files
      Drop here to upload
    • Guest
      Reply
      |
      Oct 30, 2024

      This needs to be fixed, why is this limit still here?

    • Guest
      Reply
      |
      Feb 14, 2020

      You can hack lists to function similar to arrays, but it’s less performant.

       

      in the year of 2020 and 64-bit everything, arrays should simply scale much more than they do.

    • Guest
      Reply
      |
      Feb 9, 2019

      > 2) couting mulitple entries

      Write own class which contains List and counter.

    • Admin
      Thomas Hampel
      Reply
      |
      Oct 27, 2018

      Moving idea to product : Domino Designer

    • Guest
      Reply
      |
      Aug 6, 2018

      Use XML and/or JSON instead of arrays.

      It's a joke ;-)

    • Guest
      Reply
      |
      Jul 26, 2018

      Well list will not fit these basic things, that arrays are capable of:

      1) sorting

      2) couting mulitple entries

      3) replacing entries

      4) containing contents like these (multiple same values on different index positions): [ "me", "you", "me", "them", "me", "them", "all", "you" ]

    • Guest
      Reply
      |
      Jul 25, 2018

      Use lists