Post Reply 
WP34S - f SLV used with user selectable variables
05-06-2018, 11:36 PM (This post was last modified: 05-06-2018 11:53 PM by gomefun2.)
Post: #10
RE: WP34S - f SLV used with user selectable variables
If I want to store a single number such as 0.8175728566800069800087820069820087 for ASCII. do I have to do something like:

001: LBL A
002: #009 // number of variables
003: SDR 003 // putting 009 into fff, as in cccccc.fffii
004: STO 00 // Store 0.009 to R00
005: CLα // clear alpha registry
00: DBLON // turn double mode on for more than 8 letters stored in single number
// ASCII codes: q(81),k(75),h(72),u(85),B(66),Pe(80/69),Pw(80/87)),re(82/69),rw(82/87)
// create the number 0.8175728566800069800087820069820087 for ASCII
// an extra 00 after 80, and 82 used to tell the program subfunction, that there are two letters for // that variable
00: #087
00: SDR 003
00: #20
00: +
00: SDR 002
00: #98
00: +
00: SDR 002
00: #006
00: +
00: SDR 003
00: #82
00: +
00: SDR 002
00: #087
00: +
00: SDR 003
00: #00
00: +
00: SDR 002
00: #98
00: +
00: SDR 002
00: #006
00: +
00: SDR 003
00: #80
00: +
00: SDR 002
00: #66
00: +
00: SDR 002
00: #85
00: +
00: SDR 002
00: #72
00: +
00: SDR 002
00: #75
00: +
00: SDR 002
00: #81
00: +
00: SDR 002
00: GTO 99 // sub-function that transforms x-reg to variable names
00: DBLOFF

00: LBL 99 // converts what is in the x-registry to variable names and stores the user input
00: CLα // clear alpha registry
00:

Since to put such a long number takes so many steps, is this really more efficient, than just using f-alpha-Enter? (for variable prompts?) if this long number could be entered in 1 or 2 steps it seems that it would be good.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: WP34S - f SLV used with user selectable variables - gomefun2 - 05-06-2018 11:36 PM



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