I've been trying to figure this out, but is it possible to add to a value, do not replace in a table?
gg.searchNumber("7;100;7000;60", gg.TYPE_FLOAT)local t = gg.getResults(4)
t[1].value ='9E9'
t[2].value ='-3.4E38'--I want to add to value, do not replace--
t[3].value ='50000'
t[4].value ='3.4E38'--I want to add to value, do not replace--
gg.setValues(t)
gg.clearResults()
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.
Question
Purrssian
Hi,
I've been trying to figure this out, but is it possible to add to a value, do not replace in a table?
Thanks!
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.