> My copy of 6 gives the same error you describe in 6.1. It is not a
> bug, thats how NI meant it to behave. You can't set the value of a
> latched control using either a property node or a local variable. It
> has to do with the way latched controls work, but I don't know the
> details.
>
Exactly right. LV doesn't allow reading/writing to latched Booleans
with locals or property nodes since it is unclear at which point it
should latch back. Should the button pop out after the first read,
after the last, after half of them? The reasoning was that since you
are using locals or property nodes already, then you decide when you
latch it and do so by writing to the value when you wish.
Greg McKaskle