|
|
| Why can’t I display a number on the NXT screen? |
| (3 ) |
66%
33%
|
The 'Numbers to Text' block (located under the “Advanced” section in the 'complete palette' tab on the left side of the screen) is used to convert a number into printable text. For example, in order to display a random number on the NXT screen using the Random block, you need to convert the generated number to text in order to connect it to any other block requiring a text input - for example, to the Display Block as in the following program:

|