Razi Expert Cheater
Reputation: 1
Joined: 17 Jan 2018 Posts: 205
|
Posted: Tue Nov 05, 2019 8:46 am Post subject: What methods exist to read a value only once with a timer? |
|
|
1) What methods exist to read a value only once with a timer? Can this be done only with a variable or are there other methods?
2) What methods exist to read value, only the first 10 seconds with a timer?
For example: I want to read the value only once, each time the value becomes equal to 0x202.
| Code: | if readInteger(0x009A1257) == 0x202 then
UDF1.CEEdit1.Text = readInteger(0x009C5495) -- read the value only once or first 10 seconds
end |
3) Is there any other way to construct the code besides: UDF1['CEComboBox'..238+x].Top ?
example: | Code: | for x = 0, 3 do
UDF1['CEComboBox'..238+x].Top = 50 + x*24
end |
|
|