08-03-2014 09:01 AM
I have a small 2D array(up to 8 rows, up to 10 columns) of strings that I want to make global. It doesn't appear that LabView allows creating global 2D arrays. Is that correct? What is the best way to implement this?
08-03-2014 09:41 AM
@rreis wrote:
It doesn't appear that LabView allows creating global 2D arrays. Is that correct? What is the best way to implement this?
That is news to me.
Did you bother to try Google? http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/creating_global_variables/
08-03-2014 04:42 PM
Wow, I guess that was a gap in my LabView knowledge. I've always used the single process shared variable instead of a global.
08-03-2014 06:18 PM
@rreis wrote:
Wow, I guess that was a gap in my LabView knowledge
. I've always used the single process shared variable instead of a global.
I wouldn't worry about. Everyone has knowledge gaps. That's why they come to the help forums. You no longer have the gap, right? 🙂