I am trying to add data to an array and I keep getting the error "Subscript used on non-accessible variable ".
#include <array.au3>
; Includes, etc
~
~
~
Local $aOptionsArray[3]
$aOptionsArray = CheckboxesAndRadioButtons()
_ArrayDisplay($aOptionsArray)
Func CheckboxesAndRadioButtons()
; Create...