hi all,
I want store the names(or string) of choice groups (MULTIPLE) in RMS and retrive all the names.
i knw how to store single string value ..
outputDataStream.writeUTF(string);
but how to store and read array of strings.... is there any way for the string array..
so can u plz suggest how to do it.

Reply With Quote

