getVarInfo()
Catalog >
Note the example, in which the result of
getVarInfo() is assigned to variable vs.
Attempting to display row 2 or row 3 of vs
returns an “Invalid list or matrix” error
because at least one of elements in those
rows (variable b, for example) revaluates to
a matrix.
This error could also occur when using Ans
to reevaluate a getVarInfo() result.
The system gives the above error because
the current version of the software does not
support a generalized matrix structure
where an element of a matrix can be either
a matrix or a list.
Goto
Catalog >
Goto labelName
Transfers control to the label labelName.
labelName must be defined in the same
function using a Lbl instruction.
Note for entering the example: For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product
guidebook.
►Grad
Catalog >
Expr1►Grad ⇒ expression
Converts Expr1 to gradian angle measure.
Note: You can insert this operator from the
computer keyboard by typing @>Grad.
In Degree angle mode:
In Radian angle mode:
Alphabetical Listing 85