12-26-2005 01:24 AM
12-26-2005 01:31 AM - edited 12-26-2005 01:31 AM
Message Edited by devchander on 12-26-2005 01:33 AM
12-26-2005 01:50 AM
Dev,
Why u ve put 50 in the dimension size? does it mean that u r initializing 50-D array or 1-D array of 50 elements? coz i want 1-D array of 50 elements.
Thanks in Advance,
Rujuta
12-26-2005 02:10 AM
Rujuta,
You can see on the front panel that this kind of initialising will give a 1D array with 50 elements and not a 50 D array.
Have a look in this attached vi, this is how you can initialze a 2D array, a 3D Array and so on.
Plus, this link should give you a brief tutorial on use of arrays
http://cnx.rice.edu/content/m12220/latest/
also read about arrays in this link http://zone.ni.com/devzone/learningcenter.nsf/03f7c60f17aad210862567a90054a26c/55974411828f779086256...
this should guide you
Regards
Dev