20060301
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
De
s
cription
• 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 [Cancel]
terminates program execution.
I
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
P
and the content of variable
str1
is “exp1”,
sin(#str1) calculates sin(
P
).
Example 2:
To cause a folder to be created during program execution:
InputStr
:
name,
"Foldername"
NewFolder
:
#name
2
Syntax 1:
<expression>
2
<variable name>
"<string>"
Syntax 2:
<expression>
2
<list element>
"<string>"
Syntax 3:
<expression>
2
<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 330
Page 11: ...20060301 20090601 ClassPad 330 ClassPad OS Version 3 04 ...
Page 277: ...20060301 3 3 10 Storing Functions 3 Tap AND Plot OR Plot ...
Page 779: ...20090601 S Graph Line Clustered C S Graph Line Stacked E 13 9 2 Graphing ...
Page 780: ...20090601 S Graph Line 100 Stacked F S Graph Column Clustered G 13 9 3 Graphing ...
Page 781: ...20090601 S Graph Column Stacked I S Graph Column 100 Stacked J 13 9 4 Graphing ...
Page 782: ...20090601 S Graph Bar Clustered K S Graph Bar Stacked 9 13 9 5 Graphing ...