Scripting Guide > Data Structures > Lists > Find the Number of Items in a List
发布日期: 04/13/2021

Find the Number of Items in a List

To determine the number of items in a list, use the N Items() function.

x = {1, 2, y, Sqrt( 3 ), {a, b, 3}};
N = N Items( x );
Show( n );

n = 5;

需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).