Re: [office-formula] Urgent: external named expressions

From
Eike Rathke <>
Date
2008-11-26T19:38:19+00:00
ID
Thread
Re: [office-formula] Urgent: external named expressions
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.