Post Reply 
Formatted keycodes entering test
11-20-2015, 12:01 PM (This post was last modified: 11-20-2015 12:02 PM by Marcio.)
Post: #1
Formatted keycodes entering test
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.
Find all posts by this user
Quote this message in a reply
11-20-2015, 12:07 PM
Post: #2
RE: Formatted keycodes entering test
I'm using Notepad++ with a monospaced font (courier) to prepare the program keycode listings before pasting them between [ code ] and [/ code] tags.
Find all posts by this user
Quote this message in a reply
11-20-2015, 12:18 PM (This post was last modified: 11-20-2015 12:18 PM by Marcio.)
Post: #3
RE: Formatted keycodes entering test
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
Find all posts by this user
Quote this message in a reply
Post Reply 




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