hello folks,
I receive an json like this
"number": {
"decimalPlaces": "none",
"displayAs": "number",
"maximum": 1.7976931348623157E+308,
"minimum": -1.7976931348623157E+308
}
when I perform the udoRead ; I get no problem to read it .
number
number.decimalPlaces string none
number.displayAs string number
number.maximum number 179769313486232000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
number.minimum number -179769313486232000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
but when I perform the udoWrite I get a crash
Abnormal termination of UniVerse.
Fault type is 11. Layer type is BASIC run machine.
Fault occurred in BASIC program IN.SPO at address 4db0.
If someone have a suggestion to handle it ?
many thanks
manufv
