Post Reply 
Special HP50G Program for replacing " or other signs
11-06-2019, 08:19 PM
Post: #2
RE: Special HP50G Program for replacing " or other signs
Use these two programs originally by John H. Meyers.

'IN'
Code:
@ 7-bit ascii string -> calc object
\<< \->STR 3 TRANSIO RCLF SIZE 3 >
#2F34Dh #3016Bh IFTE SYSEVAL + STR\-> \>>

'OUT'
Code:
@ Calc object -> 7-bit ascii string
\<< STD 64 STWS \->STR 3 TRANSIO RCLF SIZE 3 >
#2F34Fh #2FEC9h IFTE SYSEVAL \>>

Usage: Put the object you want to export onto the stack and run OUT. This converts it to a fully-escaped string that you can cut and paste into a file on your PC. The program IN does the reverse: paste the converted string into the stack, run IN and it is converted back to an RPL object
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Special HP50G Program for replacing " or other signs - BruceH - 11-06-2019 08:19 PM



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