HP Forums
Formatted keycodes entering test - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Test forum (/forum-18.html)
+--- Thread: Formatted keycodes entering test (/thread-5165.html)



Formatted keycodes entering test - Marcio - 11-20-2015 12:01 PM

Code:

001-42,21,  0    LBL 0
002-    43  11    x^2
003-           1    1
004-         40    +
005-         11     SQRT
006-    43  32    RTN

First attempt failed, however not as bad as I thought it would be.

Does anyone know how to enter program key-codes like the ones produced by the 15c and keep 'em aligned?

Very much appreciated.

Thank you.


RE: Formatted keycodes entering test - Didier Lachieze - 11-20-2015 12:07 PM

I'm using Notepad++ with a monospaced font (courier) to prepare the program keycode listings before pasting them between [ code ] and [/ code] tags.


RE: Formatted keycodes entering test - Marcio - 11-20-2015 12:18 PM

Code:

001-42,21,   0    LBL 0
002-    43  11    x^2
003-         1    1
004-        40    +
005-        11    SQRT
006-    43  32    RTN

Much better, thanks!

Marcio