Datu_Kopi Posted October 19, 2021 Posted October 19, 2021 i have 2 results. How do I copy values from table 1 and then paste them into table 2? Thank you
MonkeySAN Posted March 29, 2022 Posted March 29, 2022 local t = gg.getResults(2) local u = {} u[1] = {address = t[1].address, flags = 4} a = gg.getValues(u) gg.setValues({ {address = t[2].address,flags = 4, value = a[1].value} }) you mean replace value in result 2 with value from result 1..?
MrKendom Posted May 29, 2022 Posted May 29, 2022 local data = gg.getResults(gg.getResultsCount()) -- 2 gg.addListItems(data)
beaagnew Posted June 13, 2022 Posted June 13, 2022 On 5/30/2022 at 6:07 AM, MrKendom said: local data = gg.getResults(gg.getResultsCount()) -- 2 gg.addListItems(data) Thanks, I give it a go to figure it out.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.