delete program

333 views
Skip to first unread message

Judith

unread,
Sep 8, 2009, 3:23:53 PM9/8/09
to tinspire
How can I delete a program?

John Hanna

unread,
Sep 8, 2009, 4:53:01 PM9/8/09
to tins...@googlegroups.com
On a calculator page (in the same problem), use the command

DelVar <name_of_program>

Sail Upwind,
John Hanna
973.398.3815
jeh...@optonline.net
www.johnhanna.us
The future is not what it used to be. - Paul Valery

-TJ

unread,
Sep 8, 2009, 5:33:51 PM9/8/09
to tinspire
Dear Judith,


John Hanna mentioned a very simple and efficient way of deleting
variables, such as programs and functions.
Say if you have something stored, such as a program and a function,
and you want to delete it without having to create an entirely new
document.

Step 01. You open a new calculator page in the problem that the
program/function is in.
Say if the program was on 1.1 (problem 1/page 1), then you can press
[ctrl]+[i] insert a new page 1.2.
If you are on problem 2, you must open a page in that problem in order
to delete the program/function.

Step 02. After opening a new calculator page, type in "DelVar" and
then the name of the program/function.
Say if the program name is sample. Then you would put in "DelVar
sample" and hit [enter].
A "Done" message should appear, confirming that you have deleted the
variable.

Example Review 01: Here is what you would put into the calculator
page...
(x = name of the program or function)
DelVar x

Example Review 02: Say if you want to delete multiple variables; you
can separate each variable with a comma.
(x = name of first program or function, y = name of second..., z
= name of third)
DelVar x,y,z

Sincerely,
-TJ

Judith

unread,
Sep 10, 2009, 4:24:10 PM9/10/09
to tinspire
I tried typing the following command (the name of my program is mm)
DelVar mm

and I got the error message:
Cannot accept change, variable in use or locked: Deletion or
modificaton of variable not allowed.

On 8 Sep, 14:23, Judith <judith...@yahoo.com> wrote:
> How can Ideleteaprogram?

Nelson Sousa

unread,
Sep 10, 2009, 4:48:59 PM9/10/09
to tins...@googlegroups.com
check if the program isn't locked (run 'unlock mm') and see if it's
not open on another page.

Nelson

John Hanna

unread,
Sep 10, 2009, 5:52:47 PM9/10/09
to tins...@googlegroups.com


Hmmmm... perhaps the program is open in a Program Editor App. Try deleting
the Program Editor app from the problem...

Go into the Program Editor, press ctrl-k to select the App, then press the
backspace key.

Now try the delvar mm command again.

Sail Upwind,
John Hanna
973.398.3815
jeh...@optonline.net
www.johnhanna.us
The future is not what it used to be. - Paul Valery





-----Original Message-----
From: tins...@googlegroups.com [mailto:tins...@googlegroups.com] On Behalf
Of Judith
Sent: Thursday, September 10, 2009 4:24 PM
To: tinspire

Jessica Kachur

unread,
Sep 11, 2009, 8:17:30 AM9/11/09
to tins...@googlegroups.com
Shouldn't the program be being saved in the my documents?  If so, cant you just highlight it and push menu or ctrl home and find the delete command (I dont have my unit in front of me so I forget where it is but it is either under menu, ctrl menu, or ctrl home)?
 
Jess Kachur
Glenwood High School, Mathematics Teacher
T3 Regional Instructor
Muka, CGC, TDI, CL2, CL3-F, CL3-S, CL3-H, TN-O, WV-N
and
Jibay, Sandy Acres lil' Phantom, CGC, CL3



From: John Hanna <johne...@gmail.com>
To: tins...@googlegroups.com
Sent: Thursday, September 10, 2009 4:52:47 PM

Subject: [tinspire] Re: delete program

Hmmmm... perhaps the program is open in a Program Editor App. Try deleting
the Program Editor app from the problem...

Go into the Program Editor, press ctrl-k to select the App, then press the
backspace key..

John Hanna

unread,
Sep 11, 2009, 8:54:14 AM9/11/09
to tins...@googlegroups.com

Re: Shouldn't the program be being saved in the my documents? 

No, a program resides in a problem which resides in a document. A program is only available to the problem in which it is defined and can only be ‘run’ in a Calculator app. It’s the document that gets saved in your file system. When you save the document it’s saved in one of the folders in ‘My Documents’ (HOME>My documents).

 

So, when you write a program you probably use a Program Editor App to write it (you could use the Calculator App to write a program, but it’s not convenient). This is available on a Calculator app (which will split the page and put the program editor on the right) or from Tools/Insert (on the handheld) or Insert (in the computer software) in which case you will get a full-page program editor.

 

The advantage of having a split page with a Calculator on one side and the Program on the other side is that you can both edit and run the program on the same page and switch between the two apps (ctrl-tab) for editing the program and testing it.

 

Programs could be ‘global’, meaning that other problems and even other documents could use them, but you’ll have to know about the ‘Library’ concept. That’s another story.

 

Sail Upwind,

    John Hanna

    973.398.3815

    jeh...@optonline.net

    www.johnhanna.us 

The future is not what it used to be. - Paul Valery 

 

 

 


Judith

unread,
Sep 14, 2009, 3:54:24 PM9/14/09
to tinspire

John,
Thank you . I followed your suggestions and I was able to delete my
functions and programs.
Judith

On Sep 10, 4:52 pm, John Hanna <johneha...@gmail.com> wrote:
> Hmmmm... perhaps the program is open in a Program Editor App. Try deleting
> the Program Editor app from the problem...
>
> Go into the Program Editor, press ctrl-k to select the App, then press the
> backspace key.
>
> Now try the delvar mm command again.
>
> Sail Upwind,
>     John Hanna
>     973.398.3815
>     jeha...@optonline.net
>    www.johnhanna.us
> The future is not what it used to be. - Paul Valery
>
>
>
> -----Original Message-----
> From: tins...@googlegroups.com [mailto:tins...@googlegroups.com] On Behalf
>
> Of Judith
> Sent: Thursday, September 10, 2009 4:24 PM
> To: tinspire
> Subject: [tinspire] Re:deleteprogram
>
> I tried typing the following command (the name of my program is mm)
> DelVar mm
>
> and I got the error message:
> Cannot accept change, variable in use or locked: Deletion or
> modificaton of variable not allowed.
>
> On 8 Sep, 14:23, Judith <judith...@yahoo.com> wrote:
> > How can Ideleteaprogram?- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages