ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
04-07-2006 06:24 PM
04-10-2006 05:10 AM
04-10-2006 12:27 PM
02-02-2018 05:29 AM
Hi,
Inside formula node you can use following code to find the array size.
variable=sizeOfDim(array_variable,0);
eg: n=sizeOfDim(a,0);