how could i make a control array to save all the settings on a form.
it is mostly options, so i would imagine
if type of x is option then savesetting (yadda yadda)

my question is what is the actual wording i need for this.
i need to store the values of the options, text of textboxes, and position of a scrollbar.

is there any way to automate this without having 30 lines of savesettings?

just a short example that would iterate all options would set me in the right direction.

thanks!