I understand that with a file:
key1 = Test
If you use rb.getString("key1"), you'll get "Test", but... how do you define an array, if anything that goes after the = goes to the same value? I've been searching the Internet, and I couldn't find a satisfactory answer - even in java doc!!

Thanks in advance!