M
matman
Guest
Fridays seem to make me fuzzy, should drink more coffee. And then to think that I had already posted a topic about treating return values.. Anyway, I managed to get it to work using your suggestions. I pasted my script below for future generations. Thanks a lot guys! var websiteArr; var toString = ""; websiteArr = rbv_api.selectQuery("SELECT id FROM website3", 10); for(var i = 0; i websiteArr.length; i += 1) { toString += websiteArr[0]; } rbv_api.log("debug", toString);
Continue reading...
Continue reading...