Jump to content
  • 0

Help


Affann

Question

5 answers to this question

Recommended Posts

2 hours ago, Enyby said:

Nothing is clear. Write more clearly.

I mean a script searches and finds 2 addresses which have the same value.. now how do I make the script edit the value which is on the top only and not the below one.

Link to comment
Share on other sites

3 hours ago, Affann said:

If a script searches for e.g 4 and 2 addresses popup with sane value. How do u edit the value which is below

If you get 2 results and you only want the second one then when you getResults do it like this 

results =  gg.getResults(1, 1)

this will return one result and skip the first result in the list

Link to comment
Share on other sites

57 minutes ago, Enyby said:

Load only one value and call editALL.

getResults(1)

Thank you

18 minutes ago, BadCase said:

If you get 2 results and you only want the second one then when you getResults do it like this 

results =  gg.getResults(1, 1)

this will return one result and skip the first result in the list

Thank you

Link to comment
Share on other sites

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.