NetXMS Support Forum

English Support => General Support => Topic started by: Staj on December 16, 2020, 04:21:39 PM

Title: NXSL: Array Size
Post by: Staj on December 16, 2020, 04:21:39 PM
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.