User Manual
40 Alphabetical Listing
dim()
Catalog >
dim(String) ⇒ integer
Returns the number of characters contained
in character string String.
Disp
Catalog >
Disp exprOrString1 [, exprOrString2] ...
Displays the arguments in the Calculator
history. The arguments are displayed in
succession, with thin spaces as separators.
Useful mainly in programs and functions to
ensure the display of intermediate
calculations.
Note for entering the example: For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product
guidebook.
DispAt
Catalog >
DispAt int,expr1 [,expr2 ...] ...
DispAt allows you to specify the line
where the specified expression or string
will be displayed on the screen.
The line number can be specified as an
expression.
Please note that the line number is not
for the entire screen but for the area
immediately following the
command/program.
This command allows dashboard-like
output from programs where the value
of an expression or from a sensor
reading is updated on the same line.
DispAtand Disp can be used within the
same program.
Example