|
Re: How do i find a variable and use it on Labview
I'm not really sure why you want to use variables. You might be thinking too much in terms of procedural programming (like C or even BASIC) instead of treating LabVIEW as a dataflow programming method -- which it is.
In LabVIEW programs, wires are essentially the variables. They're what "hold" values as they move from where they're produced to where they're used.
|