User Manual - Page 158

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
154 Alphabetical Listing
tCdf()
Catalog >
For P(X upBound), set lowBound = 9E999.
Text
Catalog >
TextpromptString[, DispFlag]
Programming command: Pauses the
program and displays the character string
promptString in a dialog box.
When the user selects OK, program
execution continues.
The optional flag argument can be any
expression.
If DispFlag is omitted or evaluates to 1,
the text message is added to the
Calculator history.
If DispFlag evaluates to 0, the text
message is not added to the history.
If the program needs a typed response from
the user, refer to Request, page 125, or
RequestStr, page 126.
Note: You can use this command within a
user-defined program but not within a
function.
Define a program that pauses to display
each of five random numbers ina dialog
box.
Within the Prgm...EndPrgm template,
complete eachline by pressing @ instead
of ·. On the computer keyboard, hold
down Alt and press Enter.
Define text_demo()=Prgm
For i,1,5
strinfo:=”Random number “&
string(rand(i))
Text strinfo
EndFor
EndPrgm
Run the program:
text_demo()
Sample of one dialog box:
Then
See If, page 67.
tInterval
Catalog >
tInterval List[, Freq[, CLevel]]
(Data list input)
tInterval v, sx, n[, CLevel]
(Summary stats input)
Loading ...
Loading ...
Loading ...