[comp.sys.handhelds] HP48SX Phone number manager V1.3

ervin@pinbot.enet.dec.com (Joseph Ervin) (01/19/91)

A couple of notes to remember:  The program uses the lower 5 or 6 user flags to
maintain internal state, so you should make sure that they are clear before
starting the program.  I have made changes to my code to do this
automatically, and to save the state of all flags at startup and restore them
on exit, but I am waiting for more feedback from the USENET regarding bugs
and/or ideas for new features before I release another version.

One feature I forgot to mention:  Entering an asterisk ("*") as the search
string will cause the SEARCH algorithm to display the entire list.  This can be
handy in case you've forgotten someone's name, or want to go through the list
and delete entries you no longer need.

Also, I intentionally made the output of the SEARCH algorithm appear
above the bottom of
the display to allow multiple lines of text in the :NUMBER:  field. 
This facilitates storing work 
home phone numbers on two lines; just insert a line feed when entering
or editing the :NUMBER: 
field.

I have considered trying to make the program more general in nature so that it
could be used as a general information storage/retrieval utility.  If you
have ideas regarding this, please reply or send mail.  

Regards,

>>>Joe Ervin

akcs.falco@hpcvbbs.UUCP (Andrey Dolgachev) (01/20/91)

Thanks, Joe, it's a nice program, especially since it's significantly
smaller than the dbase.hp program. A suggestion for anybody who has the
program is to make the YN program a local variable in the main program,
then, you don't have to worry about it.  Simply put
\<<  { "Yes" \<< 1 CONT \>> }
{} {} {} {} {"No" \<< 0 CONT \>>} } \-> YN
at the very front of the program and a \>> at the end.  That way, you
don't have to worry about seperable parts.  BTW, after the documentation
is stripped from the program, it's only 4k or something, so don't let the
original 15k scare you.

ttensfeldt@eagle.wesleyan.edu (Thomas Tensfeldt) (01/23/91)

Re; PHONENUMBER Manager V1.3

OK I missed it. Is it archived somewhere? or Perhaps someone could send it
to me directly. Thanks for any pointers...

Tom 
===============================================================================
  Tom Tensfeldt           Bitnet: TTENSFELDT%Eagle.WESLYN@Wesleyan.Bitnet
                        Internet: TTENSFELDT@Eagle.Wesleyan.Edu

                  4 Laurel Avenue, Ledyard,    CT 06339 (203)-464-9009
  Pfizer, Inc.,   Box 100,         Groton,     CT 06340 (203)-441-4835
  Chemistry Dept, Wesleyan Univ,   Middletown, CT       (203)-347-9411 X2635
===============================================================================