brn2ski00 macrumors 68020 Original poster Aug 12, 2008 #1 Does anyone know how to explicitly print out to the Run Log in Dashcode? I am creating a webapp in Javascript and want to dump out a few variables. How can I achieve this?
Does anyone know how to explicitly print out to the Run Log in Dashcode? I am creating a webapp in Javascript and want to dump out a few variables. How can I achieve this?
T tedsmith3rd macrumors member Aug 12, 2008 #2 window.console.log("I like cheese"); should do the trick. If you want something more complicated check this out: http://www.alistapart.com/articles/jslogging
window.console.log("I like cheese"); should do the trick. If you want something more complicated check this out: http://www.alistapart.com/articles/jslogging