star360 Posted March 9, 2020 Posted March 9, 2020 I tried this script but values are not freezing, it's automatically changed again and again What's proper solution of this gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber("12345", gg.TYPE_FLOAT, false, gg.SGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.alert("NOT FOUND") else gg.searchNumber("12345", gg.TYPE_FLOAT, false, gg.SGN_EQUAL, 0, -1) resultsCount = gg.getResultCount() results = gg.getResults(resultsCount) for i = 1, resultsCount do gg.addListItems({ [1] = { address = results[i].address + 0, flags = 4, freeze = true, value = 67890 } }) end gg.toast("SUCCESS") end
star360 Posted March 10, 2020 Author Posted March 10, 2020 No Help? Where is experts? Where is 334617-enyby?
Question
star360
I tried this script but values are not freezing, it's automatically changed again and again
What's proper solution of this
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.