Application Guide

Get Hub Menu
Implicit simplification takes place. For
example, a received string of "123" is
interpreted as a numeric value. To preserve
the string, use GetStr instead of Get.
If you include the optional argument
statusVar, it is assigned a value based on
the success of the operation. A value of
zero means that no data was received.
In the second syntax, the func() argument
allows a program to store the received
string as a function definition. This syntax
operates as if the program executed the
command:
Define func(arg1, ...argn) = received
string
The program can then use the defined
function func().
Note: You can use the Get command within
a user-defined program but not within a
function.
Note: See also GetStr, page 85 and Send,
page 159.
getDenom()
Catalog >
getDenom(Expr1) expression
Transforms the argument into an
expression having a reduced common
denominator, and then returns its
denominator.
getKey()
Catalog >
getKey([0|1]) returnString
Description:getKey() - allows a TI-Basic
program to get keyboard input -
handheld, desktop and emulator on
desktop.
Example:
Example:
Alphabetical Listing 79