What I want is for the information that is entered then to be seen in the list on the other screen, but I do not succeed.
You can pass values between the screen in two basic ways.
-
Use tinydb -> save the required values under any tag and retrieve on any screen using the same tag name but remember you should use the sane namespace for tinydb
-
Use startValue -> open another screen along with startValue (you can find thus block on ckicking the screen name). In this startValue you can pass any values as a Yaillist, string, int etc etc
So finally ols read the documentation page, basic blocks set up. Manytimes ABG shared MAQ
1 Like
never use open screen together with Screen1, use close screen instead!
Taifun
1 Like