HP Forums

Full Version: Formatted keycodes entering test
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
I'm using Notepad++ with a monospaced font (courier) to prepare the program keycode listings before pasting them between [ code ] and [/ code] tags.
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
Reference URL's