BINTOASCII and BCDTOASCII patch508

tarzan

Senior Member
Has anyone been able to get BINTOASCII and BCDTOASCII to work?
All I get is error on this line for BCDTOASCII and editor doesn’t recognize BINTOASCII as command.
 

tarzan

Senior Member
OK after doing a complete reinstall it works but BINTOASCII is still black in colour when it should be blue.
 
OK Trazan how did you get them to work .... I get only errors ....

For Technical .... a sample line after the note in revision.txt would help after a command is added but not documented.

Russ
 

tarzan

Senior Member
'Under Help - Quick Syntax Checker

<code><pre><font size=2 face='Courier'>symbol tens = b0
symbol units = b1
symbol hundreds = b2
symbol original = b3

let original = %11111111

BINTOASCII original,hundreds,tens,units

sertxd (hundreds,13,10,tens,13,10,units,13,10) </font></pre></code>

I just had a failure to run this code after a complete Windows install. I then uninstalled the patch508 and reinstalled it and now the same code works again. There maybe a problem with the way the patch is installing.

Edited by - tarzan on 21/03/2007 09:45:11
 
Thank you

I am so in tune to going to the &quot;long form&quot; documentation that I forget that option is available.

I would put a &quot;sticky note&quot; on the LCD but, I would soon block the whole screen!

Russ
 
Top