LionLee Posted July 29, 2018 Posted July 29, 2018 I write a script, and I want add a restore the edited results functionality, but the class list didn't describe.
Administrators Enyby Posted July 29, 2018 Administrators Posted July 29, 2018 Save values in a table variable. Restore values later via setValues.
LionLee Posted July 29, 2018 Author Posted July 29, 2018 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
Question
LionLee
I write a script, and I want add a restore the edited results functionality,
but the class list didn't describe.
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.