User Manual - Page 45

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
DispAt
Catalog >
Note: The maximum number is set to 8
since that matches a screen-full of lines
on the handheld screen - as long as the
lines don't have 2D math expressions.
The exact number of lines depends on
the content of the displayed
information.
Illustrative examples:
Define z()=
Prgm
For n,1,3
DispAt 1,"N: ",n
Disp "Hello"
EndFor
EndPrgm
Output
z()
Iteration 1:
Line 1: N:1
Line 2: Hello
Iteration 2:
Line 1: N:2
Line 2: Hello
Line 3: Hello
Iteration 3:
Line 1: N:3
Line 2: Hello
Line 3: Hello
Line 4: Hello
Define z1()=
Prgm
For n,1,3
DispAt 1,"N: ",n
EndFor
For n,1,4
Disp "Hello"
EndFor
EndPrgm
z1()
Line 1: N:3
Line 2: Hello
Line 3: Hello
Line 4: Hello
Line 5: Hello
Alphabetical Listing 41
Loading ...
Loading ...
Loading ...