Reference Guide

Full Command and Function Reference 3-157
NOVAL is used to mark an empty field in a user-defined dialog box created with the INFORM
command. INFORM defines fields sequentially. If default values are used for those fields, the
defaults must be defined in the same order as the fields were defined. To skip over (not provide
defaults for) some of the fields, use the NOVAL command.
After INFORM terminates, NOVAL is returned if a field is empty and
OK
or ` is selected.
Access: !°L
IN NOVAL
( °is the left-shift of the Nkey).
Input/Output: None
See also: INFORM
Type: Command
Description: Number of Rows Command: Returns the number of rows in the current statistical matrix
(reserved variable ΣDAT).
Access: …µ
N
Σ
Input/Output:
Level 1/Argument 1 Level 1/Item 1
n
rows
See also: ΣX, ΣXY, ΣX2, ΣY, ΣY2
NSUB
Type: Command
Description: Number of Sublist Command: Provides a way to access the current sublist position during an
iteration of a program or command applied using DOSUBS.
Returns an Undefined Local Name error if executed when DOSUBS is not active.
Access:
LIST PROCEDURES NSUB
( °is the left-shift of the Nkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
n
position
See also: DOSUBS, ENDSUB
→NUM
Type: Command
Description: Evaluate to Number Command. Evaluates a symbolic argument object (other than a list) and
returns the numerical result.
NUM
repeatedly evaluates a symbolic argument until a numerical result is achieved. The effect is
the same as evaluating a symbolic argument in Numerical Result Mode (flag –3 set).
Access:
NUM
(→
NUM
is the right-shift of the `key).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
obj
symb
z
See also: EVAL
NUM
Type: Command
Description: Character Number Command: Returns the character code n for the first character in the string.
The character codes are an extension of ISO 8859/1. Codes 128 through 159 are unique to the
calculators.