Multiple information into one record in rms

Hey all,

I am developing a Calendar application and currently implementing a Notes system for the user to store notes for a particular day.

A sample note would consist of:

Title: Dinner at Mark's

Content: Dinner at Mark's house, 6pm sharp. Bring Joseph along.

Each Note has a title and a content, but I have no idea how to store these 2 information into 1 record in a record store.

I thought of 2 ways, one is to delimit them by some funny characters, 2nd is to use two record stores(bad idea).

Can any body guide me along for this? I have seen examples but they only use 1 single string to store.

[650 byte] By [Icyisamua] at [2007-11-26 12:53:40]
# 1
What about a DataInput- and OuptutStream and using read/writeUTF()?Should work just fine for reading multiple string items without using a delimiter.
deepspacea at 2007-7-7 16:44:37 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Oh, I missed that one out.Thank you very much for reminding me.
Icyisamua at 2007-7-7 16:44:37 > top of Java-index,Java Mobility Forums,Java ME Technologies...