Student[Calculus1][GetNumProblems] - get the current number of problems in the internal Calculus1 problems table
|
Calling Sequence
|
|
GetNumProblems()
|
|
Description
|
|
•
|
The Calculus1 package maintains an internal table of problems stepped through in the current session. This table is not directly accessible, but you can obtain information about its contents.
|
•
|
The GetNumProblems() command returns an expression sequence of two non-negative integers. The first integer is the number of problems in the internal table that have not been cleared by a call to Clear. The second integer is the total number of problems in the internal table.
|
•
|
The Clear(all) command resets both numbers returned by the GetNumProblems routine to 0 (zero).
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
Problem #1 has been cleared
| |
>
|
|
| (5) |
>
|
|
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?