Post Reply 
Text Memo (41CX only)
04-02-2024, 12:28 AM
Post: #1
Text Memo (41CX only)
This uses the text editor functions of the HP-41CX.

You can create a text file and then use the functions to store and retrieve messages and notes. It works fairly well, well enough to merit its use - before the age of cell phones. I don't remember the details of the editor commands, but they're in the manual.

(1) Create a text file. Put the name of the file in the Alpha register "NOTES" and the size in the X-register (e.g 60). CRFLAS
(2) If it is not done correctly, delete it using the PURFL command, and try again.

(3) Code. Assign this to a user key.

Code:
01 LBL "MEMO
02 CF 27
03 "NOTES
04 AON
05 ED
06 AOFF
07 END
Find all posts by this user
Quote this message in a reply
04-02-2024, 10:35 AM
Post: #2
RE: Text Memo (41CX only)
I'm still hoping Angel will give us a much better text editor than the one provided by HP.

http://WilsonMinesCo.com (Lots of HP-41 links at the bottom of the links page, http://wilsonminesco.com/links.html )
Visit this user's website Find all posts by this user
Quote this message in a reply
04-02-2024, 04:46 PM (This post was last modified: 04-02-2024 04:48 PM by Ángel Martin.)
Post: #3
RE: Text Memo (41CX only)
(04-02-2024 10:35 AM)Garth Wilson Wrote:  I'm still hoping Angel will give us a much better text editor than the one provided by HP.

Garth, did you check out the ED+ function in the WARP Module?
It's not as good as, say an HP-71 implementation, but it addresses the special chars support pretty well.

https://www.hpmuseum.org/forum/thread-8775.html

The manual is here. Se pages 21-24

Cheers,
Ángel

"To live or die by your own sword one must first learn to wield it aptly."
Find all posts by this user
Quote this message in a reply
04-03-2024, 01:03 AM
Post: #4
RE: Text Memo (41CX only)
Thank you.  Doing "XEQ ED+" does work, but I didn't know it was there because it's not in my older WarpCore manual which I printed out so I could write my notes and put my markers in it.  It will be nice to have the additional characters.  HP's version still lacks anything related to block copy/move/delete, and search, pretty basic text-editor functions.  I have a cx from 1986 which has served me well for these 37+ years.  Although I hope it will continue for decades more (especially now with the MAXX module coming), I might also get a SwissMicros one for the dramatically improved speed (quite relevant in this context of the text editor), although I'll still have to use the HP when I want HP-IL.

http://WilsonMinesCo.com (Lots of HP-41 links at the bottom of the links page, http://wilsonminesco.com/links.html )
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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