Jump to content
  • 0

Loadloacl results errors


kkbs4u

Question

Getting error if I try edit again values please solve

 

 

 

function A()

gg.clearResults()

gg.getResults(gg.getResultsCount())

gg.clearResults()

gg.setVisible(false)

gg.searchNumber("164578;164578;0;0;164578;164578::21", gg.TYPE_DWORD)

gg.refineNumber("164578;164578;0;0::17",gg.TYPE_DWORD, false, gg.SIGN_NOT_EQUAL)

gg.getResults(gg.getResultsCount())

revert = gg.getResults(2, nil, nil, nil, nil, nil, nil, nil, nil)

local t = gg.getResults(2, nil, nil, nil, nil, nil, nil, nil, nil)

for i, v in ipairs(t) do

if v.flags == gg.TYPE_DWORD then

v.freeze = false

end

end

gg.addListItems(t)

gg.editAll("164659" , gg.TYPE_DWORD)

gg.clearResults()

end

 

function B()

gg.getResults(gg.getResultsCount())

gg.loadResults(table)

gg.editAll("164563", gg.TYPE_DWORD)

gg.processResume()

gg.toast('Equipment Activated')

end

 

Sent from my HD1901 using Tapatalk

 

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.