30 Chapter 2: TI-83 Plus Specific Information
TI-83 Plus Developer Guide Third Release May 28, 2002
Example: Sequence Equation Variable w(n)
OP1 +1 +2 +3 +4 +5 +6 +7 +8
EquObj
03h
tVarEqu
5Eh
twn
82h
00 ? ? ? ? ?
String Variables: Str1 – Str0
These variables can only be type StrngObj.
They are all spelled with two tokens followed by one zero.
The first token of the name is tVarStrng, which labels it as a string variable name. The
second token signifies which predefined string name it is, tStr1 – tStr0.
Example: String Variable Str5
OP1 +1 +2 +3 +4 +5 +6 +7 +8
StrngObj
04h
tVarStrng
AAh
tStr5
04h
00 ? ? ? ? ?
Picture Variables: Pic1 – Pic0
These variables can only be type PictObj.
They are all spelled with two tokens followed by one zero.
The first token of the name is tVarPict, which labels it as a picture variable name. The
second token signifies which predefined picture name it is, tPic1 – tPic0.
Example: Picture Variable Pic0
OP1 +1 +2 +3 +4 +5 +6 +7 +8
PictObj
07h
tVarPict
60h
tPic0
09h
00 ? ? ? ? ?