From: dehon Olivier <dehon@platon.greco-prog.fr>


LIBRARY DATA

Finally a program which reads text and images - adapted for exams.

Features :

        -       Displays 8 lines of text
        -       Displays images of any size.
        -       Uses the four arrow keys.
        -       Possesses an exit function.
        -       Possesses a push function.
        -       Security OFF by touching any other key.
        -       Triple protection.
        -       Program assigned to a key which calls a library (XLIB)
        -       Hidden directory containing text and images.
        -       Possibility to store text under "Array of string".
        -       Memory size : 1350 bytes.
        
Information :

        The program was first written in RPL and then translated into 
internal as much as possible.

        -       You need "OUT->" (from hackit library) to use the "Array
                of string" option.

        -       Stores in the form of a list each group of pages of text
                or images.

                "physics"  {"page1"  "page2"   "page3"...}

        -       Text format

                A string of seven lines of text max plus the 8th line as
                a single string (or empty string).

The last detail may be a pain in the ass, but it's faster. 
You can convert the string before the exam : using the "split
string at first <line feed>" to get the 8th line after reversing
the string.

If you need the program, I will send it to you.

DOWNLOAD it to your HP, press set up to install the library (nx1010)
and create the appropriate path with many examples.

You will find the directory of the library so you can change it.  It's
$ROMID and $CONFIG

E mail me with any comments.

                                        - Romain -


In the previous version, I put a demo directory with list, array of string

- To use the program :

Library Contents

 Addr       ROM WORD Type    Hid/Alg  User Name

00032 XLIB 1010    0 ::           H   s
00094 XLIB 1010    1 ::           H   n
000DF XLIB 1010    2 ::           H   LIBDAT
00C86 XLIB 1010    3 ::           H   $CONFIG


LIBRARY 1010, "   ":  1658.5 bytes

Configure:  $CONFIG


This is a short note to complete the example i just made

well to start the lib press right-arrow LIBRARY
with the usermode on (assigned to that key)

you will go down to DATA in Alone dir

-Convert any list of string into array of string
you can give any name to the data with the #05B15 syseval
you can evaluate program from the libdat menu which make you go into
any directory try #10571 syseval to go into the home-hidden-dir

have fun
