| View previous topic :: View next topic |
| Author |
Message |
GFilkins
Joined: 24 Jul 2009 Posts: 3 Location: Michigan, USA
|
Posted: Fri Jul 24, 2009 9:27 am Post subject: Array usage question |
|
|
After numerous searches to avoid repeating an oft-asked question, I'm tossing this out there hoping for direction:
I'd like to create what amounts to an array of checkboxes but I haven't been able to locate a clear description of arrays in general, much less an array of controls.
If I read a list of items from a text file, how do I create a checkbox for each list item using the item text for the checkbox name AND text and then subsequently parse the box's name when it's checked? |
|
| Back to top |
|
 |
Klaus
Joined: 12 May 2005 Posts: 325 Location: Münster, Germany
|
Posted: Fri Jul 24, 2009 9:56 am Post subject: |
|
|
Hi, GFilkins,
just open the AHK-help file and search for "Arrays", there you'll find everything about the array-concept in AHK so far. From these explanations you can deduce the possibilities for your control management.
Regards,
Klaus |
|
| Back to top |
|
 |
GFilkins
Joined: 24 Jul 2009 Posts: 3 Location: Michigan, USA
|
Posted: Fri Jul 24, 2009 10:03 am Post subject: |
|
|
Hi, Klaus ...
... and thank you for your reply. I'm embarrassed to admit that while I was busily poking around the FAQ and the forums, I never thought to check the Help File.
I'm off to do that now.
Thanks again! |
|
| Back to top |
|
 |
|