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
Currently, when you assign numbers of different types (e.g. double = double + integer), we get back an error Attempting to assign incorrect value to statically-typed variable.
Currently, when you assign numbers of different types (e.g. double = double + integer), we get back an error
Attempting to assign incorrect value to statically-typed variable
.Under the hood Roku automatically does the type conversion for us, so this should be a valid operation.
https://developer.roku.com/docs/references/brightscript/language/expressions-variables-types.md#type-conversion-promotion
The text was updated successfully, but these errors were encountered: