as the "DEBUG" command question
jimltlee
Posts: 6
hi,all ,
I don't understand why this code·will show the result individed ??
it will·show··"The X input is:·" then disappear and show "The Y input is ", and disappear again ,then "The Z input is"
but , I am trying to see the TEXT·of ·this 3 colume on the screen·at same time·,
ex:
· "The X input is"
· "The Y input is"
· "The Z input is"
is there any mistake in my description? should I add any instruction into ??
my code:·
· DEBUG HOME
· DEBUG "The X input is:" ,BIN 8,XadcBits,CR
· DEBUG "The Y input is:" ,BIN 8,YadcBits,CR
· DEBUG "The Z input is:" ,BIN 8,ZadcBits
· PAUSE 400
rgs
Jim
I don't understand why this code·will show the result individed ??
it will·show··"The X input is:·" then disappear and show "The Y input is ", and disappear again ,then "The Z input is"
but , I am trying to see the TEXT·of ·this 3 colume on the screen·at same time·,
ex:
· "The X input is"
· "The Y input is"
· "The Z input is"
is there any mistake in my description? should I add any instruction into ??
my code:·
· DEBUG HOME
· DEBUG "The X input is:" ,BIN 8,XadcBits,CR
· DEBUG "The Y input is:" ,BIN 8,YadcBits,CR
· DEBUG "The Z input is:" ,BIN 8,ZadcBits
· PAUSE 400
rgs
Jim
Comments
eg:
·DEBUG "The X input is:" ,BIN8 XadcBits,CR
Jeff T
thanks, it·work~
it seems I have to be more carefully while coding.
rgs
Jim