Quote:
Originally Posted by Robototes2412
This might sound like an idiotic question, but is there a way to edit labview code with a text editor?
|
No, you can't edit LabVIEW code with a text editor. There is no underlying text representation to manipulate.
It might be possible to take the "directed graph" which defines a vi and produce a text report containing all its information, but one would need to invent a syntax for it, and making changes to that report and reversing the process would be extraordinarily error-prone.