I found a better solution for direct Access:
I took variable option-names.
If I have the array:
var array = [5,2,4];
for (var i=0; i<array.length; i++)
options.putValue ( "Dev"+i, array[i]);
so if i want to read array[1]
I can take options.getValue ("Dev"+1);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---