Entering And Storing A String - Texas Instruments TI-86 Manual Book

Graphing calculator
Hide thumbs Also See for TI-86:
Table of Contents

Advertisement

226
Chapter 16: Programming
You do not use quotation
marks to enter a string name.
In concatenation, you can
substitute stringName for
any
.
"
string
"
TI assembly language programs and other programs are available on TI's World Wide Web site:
http:ààwww.ti.comàcalc
When you download an assembly language program, it is stored among the other programs
as a
menu item. You can:
PRGM NAMES
Transmit it using the TI-86 communication link (Chapter 18).
Delete it using the
MEM DELETE:PRGM
Call it from another program as a subroutine (page 224).
To run an assemblyProgramName, the syntax is:
If you write an assembly language program, use the two instructions below from the
AsmComp(
AsciiAssemblyPrgmName
HexAssemblyPrgmName
AsmPrgm

Entering and Storing a String

A string is a sequence of characters that you enclose within quotation marks.
A string defines characters to be displayed in a program.
A string accepts input from the keyboard in a program.
To enter a string directly, the syntax is:
string
"
"
To concatenate (join together) two or more strings, use \. The syntax is:
stringA
stringB
stringC
"
"+"
"+"
screen (Chapter 17).
,
Compiles an assembly language program written in ASCII
)
and stores the hex version
Identifies an assembly language program; must be
entered as the first line of an assembly language program
...
"+
assemblyProgramName
Asm(
)
.
CATALOG

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-86 - viewscreen calculator

Table of Contents