![Texas Instruments TI-Nspire CAS Скачать руководство пользователя страница 81](http://html.mh-extra.com/html/texas-instruments/ti-nspire-cas/ti-nspire-cas_reference-manual_1094499081.webp)
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 83 and
Send
,
getDenom()
Catalog >
getDenom(
Expr1
)
⇒
expression
Transforms the argument into an
expression having a reduced common
denominator, and then returns its
denominator.
getLangInfo()
Catalog >
getLangInfo()
⇒
string
Returns a string that corresponds to the
short name of the currently active
language. You can, for example, use it in a
program or function to determine the
current language.
Alphabetical Listing
81
Содержание TI-Nspire CAS
Страница 4: ...4 Service and Warranty Information 249 Index 251 ...
Страница 248: ...248 ...
Страница 250: ...250 ...