Try string lists, they are designed for doing things like this
-----Original Message-----
From: Petr Bajer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 03, 1999 1:04
To: [EMAIL PROTECTED]
Subject: nullChr in PilRC string
Is it possible to have a string resource that consists of a pack of short
strings separated by nullChr? How does one write the zero character value
into RCP file? I have tried this:
STRING ID 1 "Sun\000Mon\000Tue\000Wed\Thu\000Fri\000Sat"
but it does not work - it works for any other character value such as \001,
\002 but not for \000.
Any ideas?
Thanks, Petr