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
value = 1.2.5 will give the following error Expected newline or ':' after assignment even though it's valid brightscript code. The last part gets clipped off so wouldn't want to use this likely but also shouldn't give an error either. Same with:
value = {
"test": 1.3.1.4
}
Gives `Unmatched '{' - expected '}' after associative array literal``
The text was updated successfully, but these errors were encountered:
value = 1.2.5
will give the following errorExpected newline or ':' after assignment
even though it's valid brightscript code. The last part gets clipped off so wouldn't want to use this likely but also shouldn't give an error either. Same with:Gives `Unmatched '{' - expected '}' after associative array literal``
The text was updated successfully, but these errors were encountered: