Thanks for the help octavio! I do have another question, however. How do I single step after my breakpoint and view the local variables I’ve created?
eg.
I’ve coded the following line and it is causing some type of error, but I can’t see the value of ‘databaseName’ to understand what may be happening:
databaseName = document.getElementById(“m1-Baseball_Tools_NewGame-dbField1”).value;
Figured it out!
Thanks for the support.