No! You may pick some up.
What you will loose is debugging. The main "gotcha" is the seperate memory space issue mentioned earlier. This means that if your sub-VI's use local storage (like shift register that store results from the last call for use in the next) are distict for each occurence of the sub-VI in a diagram. Also, if your sub-VI use larege amounts of memory the use will be duplicated between each instance. Ben
