Hello everybody,
it seems it is not possible to use a type variable in another type variable.
Like this:
    Type WLAN_Type (IP As String, SSID As String, Password As String, Chanel As Byte, BSSID As String)
    Type Settings(Resets As UInt, Summertime As Boolean, WLAN As WLAN_Type)
    Public...