User Manual - Page 63

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
Get Hub Menu
By embedding a "READ..." request as
the optional promptString argument.
This method lets you use a single
command to request the value and
retrieve it.
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 65 and Send,
page 134.
getDenom()
Catalog >
getDenom(Fraction1) value
Transforms the argument into an
expression having a reduced common
denominator, and then returns its
denominator.
Alphabetical Listing 59
Loading ...
Loading ...
Loading ...