Hi everyone
After updating a model from Flexsim 17.1.6 to 18.2.2 I got the following error:
exception: FlexScript exception: Invalid Variant types in + operation at MODEL:/Tools/ProcessFlow/MaterialTransport/Update feeds>variables/codeNode
, which is thrown for the following lines of code:
double valueToAdd = token.valueToAdd ; token.labels.assert("feedToUpdate").value += valueToAdd;
Anyone who has experience with this error, as I have never received it before...
Kind regards