I want to access A.vi via CallByReference within A.vi itself, so that I can
access A.vi recursively. I did this in recent LabVIEW versions (7.1.1) very
easy by opening a strict type VI reference to A.vi within A.vi and use this
reference to access A.vi again.
But this doesn't work in version 8.0 anymore? There must have been
fundamental changes since.