Hello All,
We have an array called strTest(intA) where (for example) strTest(1) = "Silver", strTest(2) = "Lead", strTest(3) = "Chromium", etc.. The contents of the array change frequently (i.e. strTest(1) is not always the same metal). intA is a counter
We have a form with several checkboxes. ck1, ck2, ck3....
How could we make the ck1.caption say "Silver".
We have no problem concatenating ck1, ck2, ck3... "ck" + trim(str(intA))
No problem incrementing a counter.
How the heck do you make the text from the array appear as a caption in a ckbox????
Thanks in advance for any help!
Bookmarks