Jump to content
  • 0

how to restore the results


LionLee

Question

2 answers to this question

Recommended Posts

50 minutes ago, Enyby said:

Save values in a table variable. Restore values later via setValues.

Thanks for replying, it's my first time to write a script, I find a script example online and write in it's way, the methods you say is esoteric for me(Maybe it's because the language is different and the translation is different), I write a simple code underline, could you help me write the restore methods? Then I can rewriting my codes in your way, thanks again. 

 

one piece of code:

 

function Example()

 

gg.processPause ()

 

gg.searchNumber("100;200;300::5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)

 

gg.getResults(100)

 

gg.editAll("1;2;3", gg.TYPE_FLOAT)

 

gg.toast("ChangeSuccess")

 

gg.processResume()

 

end

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.