Hi,
On Wednesday, 2008-11-26 18:12:44 +0100, Eike Rathke wrote:
> Btw, the example
> ='./openformula-testsuite.ods'#'$$FOUR
> is wrong and has an extraneous single quote, correct would be
> ='./openformula-testsuite.ods'#$$FOUR
> with the new syntax changing it to
> =['./openformula-testsuite.ods'#$$FOUR]
Of course, as the defined name can be SingleQuoted, this would also be
valid:
=['./openformula-testsuite.ods'#$$'FOUR']
Eike
--
Automatic string conversions considered dangerous. They are the GOTO statements
of spreadsheets. --Robert Weir on the OpenDocument formula subcommittee's list.