posted 10 years ago
i used bevor the temp type as String [] array, and then set values for timestamp -temp[0] and value -temp[i], these objects were String, and now they have types Timestamp for timestamp, and float for value, if i set it with string [] temp i get not applicable types, and my question is, how to do it for right to use also with this array temp, but with now with timestamp for Timestamp and float for value types