one last thing... I would like to add new line when the scanning is completed because the result is shown as "device1","device2","device3" is it possible to do that? Sorry for my questions but i am new to mit app inventor
A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .
Definately i will have a look!!! Thanks for sharing...
Now as far as i can understand the newdevices and the paireddevices are variables that hold a string...is this correct?
I believe that i should use the block split so to split the valriable at the point where it has the "., and at that point to add a \n new line so instead of showing ..
"device1","device2","device3"
to see
"device1",
"device2",
"device3"
Can you help of how i should do that?
Thank you very much!!
A variable is something like a container for different values... a value can be for example a string, number, list or a dictionary
In this case it is a list...
Please first learn some basics... see again my previous post with some links to tutorials etc