Hey all. I have, what appears to be, a trivial problem. I have the following JavaScript:
$(function() { var r = GetResults(); for(var i = 0; i <
This is not possible.
Either you make your function synchronous or you change the design of your code to support the asynchronous operation.