NXSL: Array Size

Started by Staj, December 16, 2020, 04:21:39 PM

Previous topic - Next topic

Staj

Please add to the NXSL documentation 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.