View Single Post
  #2 (permalink)  
Old 07-31-2007, 10:24 PM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
Good question. Properties only work with String keys and String values. You can put the array together with a separator like ':' and then split it apart when you read it with String.split(":");
Reply With Quote