No, that doesn't work. I get the error "Can't read 'chk': no such variable".
Basically, if the spinbutton reads "1", then I want to be able to reference the variable named "chk1". I can get the string "chk1" by doing chk$value. However, to get the value stored by that variable, I would have to...