Here is an idea that I have wanted to make happen for a while. It is the
Asyncronous Call By Reference.
Basically, it is just a Call By Reference, but split in half so that
the call is not syncronous (blocking), and return data can be obtained
from multiple locations. Plus, there should be ways to check the status of the asynchronous call and kill it. I've even implemented this, to some degree, here
http://forums.openg.org/index.php?showtopic=88
Message Edited by Jim Kring on 06-10-2009 08:14 AM