Jump to content

Datu_Kopi

Recommended Posts

  • 5 months later...
Posted
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..?

  • 2 months later...
  • 2 weeks later...
Posted
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.