I'm trying to initialize the opening of a file in my main vi, but I need to pass the refnum out of the [open/replace/create file] function to the refnum input of the [write file]subvi I'm calling. The refnum data needs to go through multiple structures to get to the subvi, but I'm having trouble getting laview to tunnel from the main to the subvi refnum input. I know there is a technique to pass by reference but I'm not sure how to do this.
Anyone know the easiest way to due this?