w = {}
w[1] = {}
gg.clearResults()
gg.setRanges(gg.REGION_CODE_APP)
gg.searchNumber('5', gg.TYPE_DWORD)
w = gg.getResults(4)
if w[1] == w[1] | gg.TYPE_QWORD then
gg.toast('123')
end
[/CODE]
I need to make such a script. A search is performed for the value 5 in DWORD, then the script from all the results is the value that in QWORD as well as in DWORD is equal to the same number in our case 5.
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
VladimirPutin
[CODE]
w = {}
w[1] = {}
gg.clearResults()
gg.setRanges(gg.REGION_CODE_APP)
gg.searchNumber('5', gg.TYPE_DWORD)
w = gg.getResults(4)
if w[1] == w[1] | gg.TYPE_QWORD then
gg.toast('123')
end
[/CODE]
I need to make such a script. A search is performed for the value 5 in DWORD, then the script from all the results is the value that in QWORD as well as in DWORD is equal to the same number in our case 5.
0 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.