01-24-2012 04:08 AM
I want assign values for boolean array.Iam not able to do that.For each boolen i want to assign each value.Plz help me......
Solved! Go to Solution.
01-24-2012 04:18 AM
Hi agar,
values in an array are "assigned" by building an array (using BuildArray) or by replacing values in an existing array (ReplaceArraySubset)!
Good starting point could be this...
01-24-2012 04:19 AM - edited 01-24-2012 04:21 AM
Hi
Can you explain a bit what exactly you want to do when you say assigning values to boolean array?
If i have understood correctly you can assign values by using build array or replace array subset function.
01-24-2012 04:27 AM
Also,
01-24-2012 05:43 PM
If you want to assign the values manually as the program is running, use a boolean array control on the front panel. The user can push the buttons.
Lynn
01-30-2012 12:27 AM
Thank you sir...It worked.but i am stucked with other problem.i created a tab control of 4 pages.How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?
01-30-2012 03:13 AM
Hi
May be this VI will help you ....