07-05-2007 03:07 PM
07-05-2007 03:14 PM
07-05-2007 03:39 PM
07-05-2007 03:41 PM
07-05-2007 03:45 PM
@unknown00 wrote:
i am already aware of those 2 arrays. the array inside the cluster is successfully cleared, but it keeps saying the array local is a cluster of 3 items and not an array so i can't wire it to delete function
I must admit that it is really difficult to understand what you actually want.
You have an array of clusters. Each array element is a cluster of with three items:
It seems that if the boolean is FALSE, you want to do something special to the array element, it is just not clear what! Do you want to remove the entire element so you end up with a shorter array of clusters, retaining only the elements where the boolean is TRUE? Do you want the SGL to have a special value? What do you actually want?
07-05-2007 03:47 PM
07-05-2007 03:51 PM
07-05-2007 03:57 PM
07-05-2007 04:06 PM
07-05-2007 04:19 PM