I can't find it anywhere.
*This post is locked for comments
Hi Martin,
can you please tell me the maximun elements can cantains in LIST?
List.elements()
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
by length I mean number of items the list is containing
string, and only string (set during declaration)
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Andrés Arias as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Syed Haris Shah 9
Mea_ 2
Rahul Shah 2