Hm, I don't see why an address book shouldn't be possible.

Just use several strings not a single string. And to make things easier, use STRINGs.

To allow a flexible number of strings, you need some sort of list management which automaticcally allocates and frees memory.

I've written such a thing and posted it unter contributions quite some while ago.