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.

