fix: Allow n() function to count (empty) cells off edge of sheet (#84)

Resolves #83.

Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #84
This commit is contained in:
Glen Whitney 2023-04-09 19:28:57 +00:00
parent d38cf2b913
commit 34e8b99585
3 changed files with 17 additions and 6 deletions

View file

@ -8463,7 +8463,14 @@ l1
l1
\emph default
defaults to the current location.
The second form simply returns the number of its arguments which are nonempty.
If any dimension of either location is negative, that component is simply
taken as 0.
In other words, locations off the sheet are considered empty, but it is
not an error to access them.
\begin_inset Newline newline
\end_inset
The second form simply returns the number of its arguments which are nonempty.
\end_layout
\begin_layout Description