It's not possible to convert "xxx" to "yyy" |
Top Previous Next |
Messages > It's not possible to convert "xxx" to "yyy"
This message is caused by an interpreter error. The attempt to assign a value to a variable failed, because the value is not convertible to the type of the variable.
Example
int i = "Hallo";
A String cannot be converted to an integer.
|
This page belongs to the TextTransformer Documentation |
Home Content German |