Thanks for the help.
Altered the code to get the full functionality:
var alpha = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
for (var k = 0; k <= listItems; k++) {
var m = prevList.substring(k*2,(k*2) +1);
document.getNodeById('sliceprefs').setSelected(alpha.indexOf(m));
}
}
This will allow you to save a single character comma delimited list of
settings to a single preference, and recheck them in the list.
Thanks,
Brad
> > Brad- Hide quoted text -
>
> - Show quoted text -