ANote:="string" sets the note associated with the app to contain the string.
AProgram
AProgram returns the program associated with an HP Prime app.
AProgram:="string" sets the program associated with the app to contain the string.
AVars
AVars returns the list of the names of all the variables associated with an HP Prime app.
AVars(n) returns the content of the nth variable associated with the app.
AVars("name") returns the content of the specied variable associated with the app.
AVars(n or "name"):= value sets the specied app variable to contain the given value. If "name" is
not an existing variable, a new one is created.
After an app variable is created through AVars("name"):= value, you can use the variable by typing the
variable name.
DelAVars
DelAVars(n, or "name") deletes the specied app variable.
DelAFiles
DelAFiles("name") deletes the specied le associated with an HP app.
Plot view variables
Axes
Turns axes on or o.
In Plot Setup view, check (or uncheck) AXES.
In a program, type:
0 ▶ Axes—to turn axes on.
1 ▶ Axes—to turn axes o.
Cursor
Sets the type of cursor. (Inverted or blinking is useful if the background is solid).
In Plot Setup view, choose Cursor.
In a program, type:
0 ▶ Cursor—for solid crosshairs (default).
1 ▶ Cursor—to invert the crosshairs.
2 ▶ Cursor—for blinking crosshairs.
GridDots
Turns the background dot grid in Plot view on or o. In Plot Setup view, check (or uncheck) GRID DOTS. In a
program, type:
Program commands 615
Comentarios a estos manuales