- 0
Help to Copy the result what i search and put it on the new Search.
-
Similar Content
-
- 10 answers
- 1,777 views
-
- 0 answers
- 52 views
-
- 6 answers
- 8,128 views
-
- 3 answers
- 868 views
-
- 0 replies
- 139 views
-
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
vn00698090
Hi everybody,
I have a problem here: When I search for a certain value, it comes up with a result, and I want to get that result to continue the search, it's like this
gg.clearResults()
gg.toast('Lets go!!!')
gg.searchNumber("3;-12;30;1000000~3000000::33", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("1000000~3000000", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1,0)
revert = gg.getResults(1000, nil, nil, nil, nil, nil, nil, nil, nil)
gg.toast('Got it')
gg.clearResults()
what i want is to take the value 1000000~3000000 (it will show 1 result) and put it in the search
Ex: 1000000~3000000 the result is -132312 , i want copy it to the new search like that
gg.searchNumber("3;3~8;1;2;5;-132312::33", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("3~8", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1,0)
revert = gg.getResults(1000, nil, nil, nil, nil, nil, nil, nil, nil)
gg.editAll("1000", gg.TYPE_DWORD)
gg.toast('Got 10000')
gg.toast('Got it')
gg.clearResults()
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now