From d8e6257db157914c1ecf3ae674bd477cacd7302c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 13 Mar 2005 20:41:31 +0000 Subject: [PATCH] Clarify AGGREGATE. --- doc/transformation.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/transformation.texi b/doc/transformation.texi index b89edb0d..7ad217b3 100644 --- a/doc/transformation.texi +++ b/doc/transformation.texi @@ -179,8 +179,9 @@ character codes. On most modern computers, this is a form of ASCII. The aggregation functions listed above exclude all user-missing values from calculations. To include user-missing values, insert a period -(@samp{.}) between the function name and left parenthesis -(e.g.@: @samp{SUM.}). +(@samp{.}) at the end of the function name. (e.g.@: @samp{SUM.}). +(Be aware that specifying such a function as the last token on a line +will cause the period to be interpreted as the end of the command.) @cmd{AGGREGATE} both ignores and cancels the current @cmd{SPLIT FILE} settings (@pxref{SPLIT FILE}). -- 2.30.2