HiSoft Pascal
Dave, How about a constant array of strings of different lengths (which is
what the printer driver data module is)? Looks like from your example
that:
const
data : array of string [0..97] = '0x17[12w',
'0x17[5eS', etc out to 97 strings.
would work (substituting the appropriate Pascal for the escape cha, hex 17
[I think – too lazy to look it up at the moment]).
wmc