Skip to content

Each Function

Arturo Vasquez edited this page Apr 18, 2021 · 1 revision

How to read an object

genrl.each(h,function(x,index){
	genrl.log("RESULTADO");
	genrl.log(x.nombre);
	genrl.log(index);
})

Search into the pages for more info

Clone this wiki locally