Update radio event parm usage descriptions (#2075)

This commit is contained in:
Galen Nickel
2019-05-28 21:09:08 -07:00
committed by GitHub
parent 147cc32220
commit 7950f1b4d7
8 changed files with 9 additions and 10 deletions

View File

@ -28,8 +28,7 @@ radio.onReceivedString(function (receivedString) {
## Displaying text @fullscreen
Add a ``||basic:show string||`` to display the string on the screen. You will find the ``receivedString`` variable
under **Variables** in the toolbox.
Add a ``||basic:show string||`` to display the string on the screen. Pull the ``||variables:receivedString||`` out of ``||radio:on received string||`` and put it into ``||basic:show string||``.
```blocks
radio.onReceivedString(function (receivedString) {