HP-48-SX/User Assigned key comands
#1

When I attempt to execute a user asssigned command, all I get is the comand, not the executed command (e.g. if I have assigned "CLX" to a key the "CLX" is returned but not executed when I press the key.

What is the problem?

PS: The HP-48 passes all the internal tests.

#2

There are various reasons why your attempt doesn't work.

1. CLX is _not_ an HP-48 command

2. You used double quotes, so you wanted to return a STRING

Solution:

1. Use a valid HP-48 command, like DROP in this case

You can create an unevaluated command on the stack this way:

{ command_name } OBJ-> DROP, where command_name is your actual command.

Then you specify they key to be assigned, e.g. 11.1, then ASN.

Alternatively you can embed your command into a program like this:

<< command_name >>


HTH

Raymond

#3

Thanks. I will give it a shot again.

I have not used the double quotes. Just the entries as detailed on page 27 of the manual.



Possibly Related Threads…
Thread Author Replies Views Last Post
  Does the HP Prime really compiles the user programs? CompSystems 3 2,705 12-13-2013, 01:55 PM
Last Post: Mike Morrow
  HP 50g switching two keys in the user keyboard Sean Freeman 9 3,875 12-05-2013, 11:44 AM
Last Post: Mark Puscas
  HP Prime - User manual lack bluesun08 6 2,535 11-08-2013, 05:38 PM
Last Post: bluesun08
  HP Prime - EEX/X/Toolbox-key suggestions bluesun08 2 1,489 11-07-2013, 06:15 PM
Last Post: bluesun08
  HP PRIME : strange behavior when trying user key capability Damien 12 3,804 11-03-2013, 11:02 AM
Last Post: Joe Horn
  HP PRIME: How to use [a b/c] key from a program Joseph Ec 4 1,854 10-29-2013, 06:18 PM
Last Post: Joseph Ec
  Roll-down key in HP-15C Steve Ross 6 2,222 10-15-2013, 04:12 AM
Last Post: Nick_S
  Temporary User Mode Key Programs not working in RPN BruceTTT 7 2,625 10-14-2013, 01:46 PM
Last Post: BruceTTT
  HP-Prime Polynomials: User Guide and Request CompSystems 4 2,039 09-30-2013, 09:48 PM
Last Post: Han
  HP Prime Tip: Setting Up User Keys Eddie W. Shore 2 1,504 09-27-2013, 09:53 PM
Last Post: Eddie W. Shore

Forum Jump: