Hi,
I'm completely new to the LabView scene (and I'm running v7), but I'm exploring around and trying to get various little things to work in this strange new, non-text-based environment. It is interesting, to say the least.
So here's a question for you all, and forgive me if it's completely dumb - can I call an arbitrary subVI based on name? I mean, adding any given VI to a block diagram is straightforward, but what if
which VI I add is dependent on a text field? For example, say I have these two VI's, FOO.VI and BAR.VI. My MainLoop.Vi just as a string control for user input (Ideally, the user would enter FOO or BAR and not something else, let's just assume that for now). Now, based on what that string is, I want my mainloop to call the next VI; if the string is FOO, I want to call FOO.VI and if the string is BAR, I want to call BAR.VI.
Is this possible?
Hehe, thanks...