Skip to content
Property Value
Hex Value $BB55
Categories
Localizations
  • FR: Equ►Chaine(

Equ►String(

Overview

Converts the contents of a Y= var to a string and stores it in Str``n

Availability: Token available everywhere.

Syntax

Equ►String(Y= var,Strn)

Arguments

NameTypeOptional
var
n

Location

2nd, catalog, Equ►String(


Description

This command stores the contents of an equation variable (such as Y1 or X1T) to a string (one of Str0, Str1, … Str9). This can be used when you want to display the equation as text (either using the Text( command on the graph screen, or the Output( or Disp commands on the home screen). For example:

:Equ►String(Y1,Str1
:Text(0,0,"Y1(X)=",Str1

Apart from cases in which the user has already stored to the equation variable prior to running the program, about the only situation in which you would use Equ►String( is for the output of a regression.

Advanced

You can use Equ►String( (outside a program) to get the or " symbols in a string:

  1. Type them on the home screen and press [ENTER]
  2. Select 2:Quit when the ERR:SYNTAX comes up.
  3. Press [Y=] to go to the equation editor.
  4. Press [2nd] [ENTRY] to recall the symbols to Y1
  5. Now, use Equ►String(Y1,Str1) to store the symbols to a string.

See Also


Source: parts of this page were written by the following TI|BD contributors: burr, DarkerLine, GoVegan, Myles_Zadok.

History

Calculator OS Version Description
TI-83 0.01013 Added

Last update: September 30, 2023 15:38:51
Created: February 23, 2023 23:15:01
Authors: Adrien Bertrand