OK,
and how can i solve the next situation?
gg.setVisible (false)
gg.searchNumber ('123;4567;8901', gg.TYPE_DWORD)
gg.searchNumber ('123', gg.TYPE_DWORD)
gg.getResults (100)
gg.editAll ('545454', gg.TYPE_DWORD)
123 ist now changed to 545454, and in the second step i want to change 4567 to 998877 for example.
I have to clear the result and search again? Or can i solve this with an other rule?
And with
gg.setVisible (false)
it run the script, but at the end it push the message again: Message - Script ended.... - Copy - Restart - OK.
But this Message i don't like