168169170171172173174175176177178
rs = RecordStore.openRecordStore(rsName, true); for(int i = list.size()-1; i >= 0; i--) { textConvo crnt = (textConvo)list.elementAt(i); byte[] data = crnt.serialize(); rs.addRecord(data, 0, data.length); } } catch(Exception ignore) {}
162163164165166167168169170171172
rs = RecordStore.openRecordStore(rsName, true); for(int i = list.size()-1; i >= 0; i--) { textConvo crnt = (textConvo)list.elementAt(i); byte[] data = crnt.serialize(); rs.addRecord(data, 0, data.length); } } catch(Exception ignore){} finally{