gg.addListItems(gg.getResults(gg.getResultsCount()))
res = gg.getListItems()
gg.clearResults()ifnotfalsethen gg.removeListItems(res)endfor i, v in ipairs(res)do
v.address = v.address +0x8end
gg.addListItems(res)
res = gg.getListItems()ifnotfalsethen gg.removeListItems(res)endfor i, v in ipairs(res)doif v.value ==12340000then
v.name ="Name 2"elseif v.value ==12345000then
v.name ="Name 2"elseif v.value ==12345600then
v.name ="Name 3"else-- remove the rest of the listendend
gg.addListItems(res)
ress = gg.getListItems()ifnotfalsethen gg.removeListItems(res)endfor i, v in ipairs(res)do
v.address = v.address -0x8end
gg.addListItems(res)
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.
Question
Ardit19
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.