For the latest version of JMP Help, visit JMP.com/help.

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

Help created on 3/19/2020