20050501
PrintNatural
Syntax:
PrintNatural
䡺
<expression>[,"<string>"]
Function:
This command pauses program execution and displays the result of the specified
expression in natural format.
12-6-8
Program Command Reference
Description
• A text string enclosed within quotation marks (" ") or a variable name can be specified for
"<string>".
• Tapping [OK] closes the dialog box and resumes program execution. Tapping [
]
terminates program execution.
k
Program Execution
#
Syntax:
# <string variable name>
Function:
This command specifies a string variable whose string is a variable name.
Example 1:
When the content of variable
exp1
is
π
and the content of variable
str1
is “exp1”,
sin(#str1) calculates sin(
π
).
Example 2:
To cause a folder to be created during program execution:
InputStr
䡺
name, "Foldername"
NewFolder
䡺
#name
S
Syntax 1:
<expression>
S
<variable name>
"<string>"
Syntax 2:
<expression>
S
<list element>
"<string>"
Syntax 3:
<expression>
S
<matrix element>
Function:
With this command, the content of the expression on the left is evaluated, and the
result is assigned to the item on the right.
{ }
{ }
Summary of Contents for ClassPad 300 PLUS
Page 11: ...20050501 ClassPad 300 PLUS ClassPad OS Version 2 20 ...
Page 197: ...20050501 2 10 7 Using Verify 4 Input x 2 1 and press E 5 Input x i x i and press E ...
Page 649: ...20050501 u Graph Line Clustered D u Graph Line Stacked F 13 8 2 Graphing ...
Page 650: ...20050501 u Graph Line 100 Stacked G u Graph Column Clustered H 13 8 3 Graphing ...
Page 651: ...20050501 u Graph Column Stacked J u Graph Column 100 Stacked K 13 8 4 Graphing ...
Page 652: ...20050501 u Graph Bar Clustered L u Graph Bar Stacked 13 8 5 Graphing ...