Jump to content
  • 0

Why is this code not working?


Affann

Question

rCount2 = gg.getResultCount()
test = rCount2 - 2
gg.toast(test)
for i, v in ipairs(gg.getResults(1, test)) do
  v.freeze = true
  v.value = 0.0
end

 

 

Can someone please explain or fix? The arithmetic is ok I checked with toast but the second last value does not edit and freeze

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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.