Jump to content
IGNORED

score2...score9 BCD vars


fultonbot

Recommended Posts

Is there a trick to defining and/or setting score2 ?   
I DIMmed it to "a" and set it like I set score0, but it keep showing "0" when I use plotvalue:


 

dim score2 = a 
 rem b - 2nd byte of score 2
 rem c - 3rd byte of score 2
...
score2 = 
60
...
plotvalue
 font 0 score2 1 152 6


 

Link to comment
Share on other sites

It might be showing the correct value based on what you're telling it to display.  The 6 is in the higher nibble of C - ie the second digit that you're not asking to be displayed - you're just asking for it to display the 0 of 60, if I remember plotvalue correctly.  Try plotvalue font 0 score2 2 152 6.  Might want to change the 152 to 144.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...