bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: PSPP 1.2.0 - Easy documentation fix for NUMERIC


From: Nolan Void
Subject: PSPP-BUG: PSPP 1.2.0 - Easy documentation fix for NUMERIC
Date: Tue, 26 Feb 2019 05:20:36 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

In PSP 1.2.0. Confirmed on Gentoo 4.14.83.

Bug description:

Manual entry 11.9 NUMERIC indicates syntax as

NUMERIC /var_list [(fmt_spec)].

This syntax will return an error (the problem is the leading slash
on the first var_list). This works:

NUMERIC var_list [(fmt_spec)] [/var_list [(fmt_spec)]]...


To reproduce:

new file.
input program.

numeric /x (f5.0).

end file.
end input program.
display index.


Thanks,

Nolan Void




reply via email to

[Prev in Thread] Current Thread [Next in Thread]