Thanks (dankjewel?) janderkan for this info. This helps me getting started. I still have 1 problem. Maybe you, or anybody can help me.
it gives a lot of mistakes when trying to make from the objects an integer or a string.
When reading (log) object(0) it gives a 2. When trying to put this 2 into a integer, it makes the integer value -705.. When trying to put Object (1) and Object(2), containing strings into the GlobalStore, it crashes.
When writing it to a log, it does it without a problem, but logging seems to be very different than putting it into a variable or storing it with GlobalStore..
Probably related; also
If wifi.Connect(GlobalStore.Slot0) Then
gives an error and does not work, eventhough slot0 is filled with the correct wifi name. Directly with the correct string works perfectly...