19.09.2017, 16:19
(This post was last modified: 19.09.2017, 16:26 by Carlos Padilla.)
Hi Admin, your have reasom , I do not used .lp beacuse tried insert a data in my database local using your example.
Hi Erwin
I used a loop of size 30 but only me print 10 values or datas for example:
But it is when print by the function by default of the logic machine log()
now, if I have insert 500 objects, to my database local, it can?
Hi Erwin
I used a loop of size 30 but only me print 10 values or datas for example:
Code:
a=30
for i=1,30,1 do
log(i)
end
But it is when print by the function by default of the logic machine log()
now, if I have insert 500 objects, to my database local, it can?