Jump to content
  • 0

error in the script


VladimirPutin

Question

Posted

[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

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.