Jump to content
  • 0

Values in table not changes


TTyo

Question

I try like this but values not change

 

gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber('220;.6;43D', gg.TYPE_FLOAT)
gg.searchNumber('.6;43D', gg.TYPE_FLOAT)
t = gg.getResults(3)
t[1].value = '64'
t[2].value = '0.31'
t[3].value = '0.31'
t[1].freeze = true
t[2].freeze = false
t[3].freeze = false
gg.setValues(t)
gg.clearResults() 

Where my fault???

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

15 minutes ago, TTyo said:

t[2].freeze = false
t[3].freeze = false

Also you don't need to set freeze state to false because it's default value for this field of the table when using gg.addListItems() function.

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.