Here are a few local variable alternatives.

Queue (if you only need read access in one other place)

Notifier (if you need read access in several places)

Global (might as well use local)

LabVIEW 2-style global (basically a subVI with uninitialized shift
register; I use it all the time!)

Reply via email to