web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

how to get length of the list?

(0) ShareShare
ReportReport
Posted on by

I can't find it anywhere.

*This post is locked for comments

I have the same question (0)
  • Rohin Profile Picture
    4,624 on at
    RE: how to get length of the list?

    Hi Martin,

    can you please tell me the maximun elements can cantains in LIST?

  • Verified answer
    Martin Dráb Profile Picture
    235,979 Most Valuable Professional on at
    RE: how to get length of the list?

    List.elements()

  • Community Member Profile Picture
    on at
    RE: how to get length of the list?

    only way I invent is to count it manually:

    public int listLengthCounter(List list)

    {

    Enumerator enumerator;

    int length = 0;

    ;

    enumerator = list.getEnumerator();

    while(enumerator.moveNext())

    length++;

    return length;

    }

    But I don't think it's the best solution

  • Community Member Profile Picture
    on at
    RE: how to get length of the list?

    by length I mean number of items the list is containing

  • Community Member Profile Picture
    on at
    RE: how to get length of the list?

    string, and only string (set during declaration)

  • Jonathan  Halland Profile Picture
    11,310 on at
    RE: how to get length of the list?

    What type of List are you referring to?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Syed Haris Shah Profile Picture

Syed Haris Shah 9

#2
Mea_ Profile Picture

Mea_ 2

#2
Rahul Shah Profile Picture

Rahul Shah 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans