10-21-2008 01:05 PM
hi,every body
I need to save the array elements,for later use,can you tell me how?
10-21-2008 01:29 PM
Hi tinamoli,
You need to give us more info on what you mean by "later use". Do you want to access the array later in the program (if so use the 1-D Array data wire)? Do you want to use it in another program running concurrently (You can use a queue, a notifier, a shared varialbe, a global variable, an action engine...)? Do you want to access it later (You can write it to file). The more specific you are the better help you will get.
Regards
10-21-2008 01:29 PM
You will need to be more specific. What kind of array? Array of strings, numbers, clusters, references, kumquats?
If you have just an array of numbers, or strings, use the Write to Spreadsheet File function.
To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.
10-21-2008 02:49 PM - edited 10-21-2008 02:50 PM
here you go.
10-21-2008 03:54 PM