TrackStudio Enterprise 3.5
Example 9

To get multiple String values, use the following script:

ArrayList arr = new ArrayList();
arr.add("Sunday");
arr.add("Monday");
return arr;

Associated custom field properties:

Property 
Value 
Type 
Multiple List 
List of Values 
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday