i am trying to check the properties of a checkbox
as im read in the helpfile the return of a DlgCheckBox.GetProperties will be tb.Checked
if im use an if statement, then i receive an nil value error.
im also tried with "if rcheck == rcheck.Checked then" but they give the same result
What i am missing?
Regards
Rolf
as im read in the helpfile the return of a DlgCheckBox.GetProperties will be tb.Checked
if im use an if statement, then i receive an nil value error.
Code:
rcheck = DlgCheckBox.GetProperties("CheckBox1");
if rcheck.Checked then
do something
end
What i am missing?
Regards
Rolf