My C is a little more than rusty at the moment, so I\'m failing to create something I think should be pretty basic.
Allow me to refer to character arrays as strings
This example was done with turbo c+ 1.01 dos and works in the 3.0 dos version also.
char * text[] = { "message1", "message2", "message3" };