On start of layout, I make an AJAX request for a project file (json file).
On completed AJAX request, I then want an array to load the JSON string from AJAX.LastData.
No problem.
I seek an elegant way, to make the system wait for the array to be filled, before continuing. - (something in the process seems to take a few system ticks.)
Cheers,
thegrind