G
Gian Torralba
Guest
Hello, Can you try to restructure your code? rbv_api.selectQuery() returns an array of the records specified in the query. Please try this instead: var websiteArr = rbv_api.selectQuery("SELECT id FROM website3", 10); for(var i=0; i var id = websiteArr[0]; /*gets the id column value*/ } Thank you, Gian
Continue reading...
Continue reading...