William "Chops" Westfield mac.com> writes: > > char messages[10]; > > char messages[0] = "AARGH";; > > char messages[1] = "RESULT:"; tsk tsk, i wrote that quickly, normally it would be like char *messages[] { "AARGH", "RESULT" //etc... }; Strings are not the point the point is what does one do in Pascal to cast types into strange things as needed on the fly and what can Pascal do about variable number of arguments and variable arity. Peter -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist