You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response parser of WarpScript don't support parsing a 'NaN' value.
test code:
NEWGTS 1 50 <% NaN NaN NaN RAND ADDVALUE %> FOR
12 NaN NaN NaN 1.001 ADDVALUE
24 NaN NaN NaN 100.0 ADDVALUE
35 NaN NaN NaN 500.0 ADDVALUE
'myGTS' STORE
$myGTS 1.0 THRESHOLDTEST
0 GET 'oneTS' STORE
$myGTS $oneTS ATINDEX
error:
SyntaxError: Unexpected token N in JSON at position 5
The text was updated successfully, but these errors were encountered:
Response parser of WarpScript don't support parsing a 'NaN' value.
test code:
error:
The text was updated successfully, but these errors were encountered: