How to display text from database in code.org?

254 Views Asked by At

I am new to stackoverflow and my name is Aarav Agarwal. So I wanted to ask that how do you display text from database in code.org? Please help in this project. I wanna display the username user has input at the top of screen 2. Please help me with the projet.

1

There are 1 best solutions below

1
On

Not sure if you still need help with this, but I would use var item = getText(""); with the name of your dropdown and maybe a different name for the variable. I would then use a setText with the name of the variable (out of quotes) and the name of the box you want to display it in (in quotes). Hope this helps!