01-22-2007 02:27 PM
01-23-2007 06:03 AM
I'd have to agree with CVI's ANSI89 compiler: on the left of the assignment statement in error you have selected the .Prefix structure component - you have defined this as an array of character pointers, so de-referencing it once will give you a character pointer, not a character. Perhaps a typo has crept in, somewhere?
JR