What is the source for the function table in AbstractFunctionPtg? The entry for 255 seems to be missing from the table. Is this an oversight, a deliberate exclusion, or functionality to be added at some future date? Entries for 171-174, 202-203, 217-218, 223-226, and 249 are also missing.
The reason I ask is that I am using toFormulaString on a cell that contains a macro call. Instead of seeing what I expect, something like "MYMACRO(A11)", I see "null(NO IDEA - NAME,A11)". The "NO IDEA - NAME" is coming from NamePtg, which I also need to handle somehow, but the "null" is coming from lookupName(255), and that's what really has me waylaid. I am looking at the HEAD of cvs. PFK --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
