I have a blank app which, on execute, creates a series of tables for me via a FOR loop. Is there any way to provide screen feedback as to what it is doing similar to
sc_alert("CREATING: ".$newtable);
It will display an alert at the very end of execution, but would like something as it progresses since there is a noticeable lack of built in progress bars, etc.