How to check the entries of a list?

How to check the entries of a list?

mostafa_k
Not applicable
14 Views
2 Replies
Message 1 of 3

How to check the entries of a list?

mostafa_k
Not applicable

[ FlexSim 21.0.0 ]

Test.fsm

Hello,

I want to check how many entries are existed in a specific partition of my list, from the script. Can anyone help me to do that?

Thanks a lot

0 Likes
Accepted solutions (1)
15 Views
2 Replies
Replies (2)
Message 2 of 3

Jeanette_Fullmer
Community Manager
Community Manager
Accepted solution

Hello @MOSTAFA K,

Check out this post. They do the same thing you asked about.

Please follow our best practices and search for a similar question to answer yours.

0 Likes
Message 3 of 3

joerg_vogel_HsH
Mentor
Mentor

You can evaluate the array of entries of a list by

yourList.entries(partition ID).length
0 Likes