Post Reply 
Using the HP-50g filer
04-13-2020, 10:07 PM (This post was last modified: 04-13-2020 10:14 PM by cahlucas.)
Post: #1
Using the HP-50g filer
Hi all,
I am trying to use the HP-50g's built-in filer in one of my programs, but this has resulted in a reboot. According to "Programming in system RPL by Eduardo Kalinowski & Carsten Dominik" the code I created is OK, see below. But maybe I have missed something or misunderstood the information. Can someone help me with this? Sincerely, Karel.

Code:

::
  {
     # 2A96             // Prologue for Directory object (DORRP) 
  }
  PATHDIR              // Begin in the present directory
  DUPLENCOMP
  DUP
  SUBCOMP
  {
    {
       NULL$            // Null menu key
       BINT0
       BINT0
    }
    {
       NULL$            // Null menu key
       BINT0
       BINT0
    }
    {
       NULL$            // Null menu key
       BINT0
       BINT0
    }
    {
       NULL$            // Null menu key
       BINT0
       BINT0
    }
    {
       "CANCL"         // Cancel operation
       BINT0
       THIRTYSEVEN
    }
    {
       "OK"              // Enter directory
       BINT1
       BINT11
       '
       TakeOver       // Exit program
    }
  }
  ^FILER_MANAGERTYPE
;
@

I use HP-16C, WP-34S emulator, HP-35s, HP-48GX, HP-50g, and HP Prime G2.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)