C-hunks?
Alex
Why not just alloc some memory and load it in at run-time? You can use a
pointer of type char to point to the string, and can use this variable as you
would an array, or string in all the C string functions. This approach allows
you to change the ascii text without recompiling.
Mal