Hi, i have a Struct
FMS_MQTT_WS.data(i).payload(1)
ans = [struct] with fields:
noise-level = 53
now i want to access this struct
FMS_MQTT_WS.data(i).payload(1).noise-level
Unbekanntes Feld: noise.
The proble here is, that it recocnises not the “-”
is there or will be a fix or how can i solve this
M.f.G. Pascal