You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6.2 Common Template for Functions and Operators, part 4, ODF 1.4 wrong: A { ... } indicates a list of zero or more parameters, correct: A { ... }* indicates a list of zero or more parameters,
Comment: Notice the asterisk. This is e.g. used for function GETPIVOTDATA.
6.2 Common Template for Functions and Operators, part 4, ODF 1.4 wrong: A { ... } indicates a list of zero or more parameters, correct: A { ... }* indicates a list of zero or more parameters,
Comment: Notice the asterisk. This is e.g. used for function GETPIVOTDATA.
I note that GETPIVOTDATA is the only function that uses this syntax expression.
I would prefer the following, as it is more consistent with the way that { ... }+ is defined currently in 6.2:
correct: A { ... } followed by a superscripted asterisk indicates a list of zero or more parameters.
List of Typos
Please use a form similar to
Wrong: some wrong string with typo(s)
Correct: some corrected string
The text was updated successfully, but these errors were encountered: