800 Appendix A: Functions and Instructions
@ GetCalc
var[,port]
Retrieves a value from the link port and stores it in
variable
var
on the receiving TI-89 Titanium.
If the port is not specified, or
port = 0
is specified, the
TI-89 Titanium waits for data from either port.
If
port = 1
, the TI-89 Titanium waits for data from the
USB port.
If
port = 2
, the TI-89 Titanium waits for data from the
I/O port.
getConfg() CATALOG
getConfg() ⇒
ListPairs
Returns a list of calculator attributes. The attribute
name is listed first, followed by its value.
@ :
getConfg()
¸
{"Product Name" "Advanced
Mathematics Software"
"Version" "2.00, 09/25/1999"
"Product ID" "03-1-4-68"
"ID #" "01012 34567 ABCD"
"Cert. Rev. #" 0
"Screen Width" 160
"Screen Height" 100
"Window Width" 160
"Window Height" 67
"RAM Size" 262132
"Free RAM" 197178
"Archive Size" 655360
"Free Archive" 655340}
H
getConfg()
¸
{"Product Name" "Advanced
Mathematics Software"
"Version" "2.00, 09/25/1999"
"Product ID" "01-1-4-80"
"ID #" "01012 34567 ABCD"
"Cert. Rev. #" 0
"Screen Width" 240
"Screen Height" 120
"Window Width" 240
"Window Height" 91
"RAM Size" 262144
"Free RAM" 192988
"Archive Size" 720896
"Free Archive" 720874}
Note: Your screen may display different
attribute values. The
Cert. Rev. #
attribute
appears only if you have purchased and
installed additional software into the calculator.
getDate() CATALOG
getDate() ⇒
list
Returns a list giving the date according to the
current value of the clock. The list is in
{
year,month,day
} format.
getDate() ¸ {2002 2 22}