Hi all
im trying to get value of a constructed checkbox.checkstate value
For i = 1 To 19
Dim scheckBox As String = "checkBox" & i & ".checkstate"
dim int as integer = scheckBox '
Next
---------------------------------------------------------------
in foxpro:
-------------
int=&(scheckBox)
any ideas???
thanks