Please add to the NXSL documentation (https://www.netxms.org/documentation/nxsl-3.0/) on how to get array size.
For those wondering, it's
size attribute:
array dataArray;
dataArray = %(1, 2, 3);
println dataArray->size;
Quote3
Also, can we get the old NetXMS Wiki pages on NXSL functions moved over to the new NXSL documentation? A number of functions are still missing documentation.