Show variable


#1

If I try to use Show Variable for an MBot program it says that it is an unsupported block. So how do I display the value of a variable for mbot using mblock?


#2

You probably try to use it in Arduino mode, where your program is uploaded to robot’s memory and executed there. ‘Show variable’ works in default mBlock mode (Scratch mode). In Arduino mode you can display your variables on Led matrix or 7seg. display. if you have them.


#3