HP Forums
How to delete a user function and one more question - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: How to delete a user function and one more question (/thread-8959.html)



How to delete a user function and one more question - Skfir - 09-01-2017 08:41 PM

Hello everybody! I have just gotten my very-first calculator and it is HP Prime. I have been learning how to use it and I created a function, which I don't really need. It is in the toolbox now, but how to delete it?

Is there a way to get an expression into parentheses easily? Because now I need to press the () button at the end of an expression, then delete (, then move cursor to the beginning of the expression, press () again and remove ). So is there a quicker way?

Thank you guys!


RE: How to delete a user function and one more question - DrD - 09-01-2017 08:58 PM

One way to delete programs is to use [shift] [1], select the program to delete and touch the [More] soft key. There is a delete option there.

As far as the parenthesis, your method is about as good as it gets.


RE: How to delete a user function and one more question - Skfir - 09-01-2017 09:32 PM

(09-01-2017 08:58 PM)DrD Wrote:  One way to delete programs is to use [shift] [1], select the program to delete and touch the [More] soft key. There is a delete option there.

As far as the parenthesis, your method is about as good as it gets.


Hello DrD. Yes, I know how to delete programs. But what I have isn't a program, it is a user-defined function (shift-define). And I don't know how to delete it.


RE: How to delete a user function and one more question - Tim Wessman - 09-01-2017 10:33 PM

There are three ways - in the choose box in the define interface you can click "BKSP" on the item in the chooser and it will delete it.

You can delete it through the toolbox doing the same thing.

You can delete it using DelHVars("name").

Think you can also delete it through the memory manager.


RE: How to delete a user function and one more question - Joe Horn - 09-01-2017 10:34 PM

(09-01-2017 09:32 PM)Skfir Wrote:  Yes, I know how to delete programs. But what I have isn't a program, it is a user-defined function (shift-define). And I don't know how to delete it.

It's similar. Press Define, Choose, highlight the function you want to delete, and press backspace.


RE: How to delete a user function and one more question - Helge Gabert - 09-01-2017 10:36 PM

When you select "Define", "choose", highlight the user function you intend to delete, and hit backspace.

Oh no. Joe was ready with his answer 2 minutes ahead of me! And Tim 3 minutes ahead. So forget my reply.


RE: How to delete a user function and one more question - Skfir - 09-02-2017 01:15 AM

Oh Great great great!!! Thank you everybody!! WORKS!!


RE: How to delete a user function and one more question - walkevedhas - 04-07-2021 07:45 PM

Super late to this party, but, to answer the second question, I just set

[()] -> "("
[Shift][()] -> ")"
[ALPHA]["()"] -> "()"

using UserKeys. Check out this tutorial to learn how to set them up.