eval(

Command:

eval(

Command Syntax:

eval(Expr) ⇒string

Range

Describe:

The software evaluates expression Expr and replaces the eval() statement with the result as a character string.

The argument Expr must simplify to a real number.

 

CE Calculators: eval() can be used as a standalone command outside a TI-Innovator™ Hub command.

TI-Nspire™ CX platform: eval() is valid only in the TI-Innovator™ Hub Command argument of programming commands Get, GetStr, and Send.

Result:

CE Calculators: For debugging purposes, using the command line Disp Ans immediately after a command line using Send( displays the complete string being sent.

TI-Nspire™ CX platform: Although eval() does not display its result, you can view the resulting Hub command string after executing the command by inspecting any of the following special variables.

iostr.SendAns

iostr.GetAns

iostr.GetStrAns

Type or
Addressable Component:

Not Applicable