Hi,Here's a little workaround:
I have some GETS
LOCAL nOne, nTwo , nThree nFour, nFive , nSix
STORE 0 TO nOne, nTwo , nThree nFour, nFive , nSix
CLEAR GETS
@ 10 , 10 GET nOne VALID myval()
@ 10 , 10 GET nTwo
@ 10 , 10 GET nThree VALID myval()
@ 10 , 10 GET nFour
@ 10 , 10 GET nFive VALID myval()
@ 10 , 10 GET nSix
READ
after some calculations I want to refresh only the GET that have myval() as postblock
FOR i := 1 TO LEN( GETLIST )
IF getlist[ i ]:postblock = ???? which is the conditions
oMyGet:display()
ENDIF
NEXT i
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 232 |
Nodes: | 16 (2 / 14) |
Uptime: | 169:11:07 |
Calls: | 4,972 |
Calls today: | 4 |
Files: | 11,527 |
Messages: | 4,001,830 |