hi guys im getting an error
check for manual input errors.xaml: Compiler error(s) encountered processing expression “True”.
Option Strict On disallows implicit conversions from ‘Boolean’ to ‘String’.
please help thanks!
check for manual input errors.xaml: Compiler error(s) encountered processing expression “True”.
Option Strict On disallows implicit conversions from ‘Boolean’ to ‘String’.
please help thanks!
Hi,
Can you check if manualErrorFound also exists in variable tab? If there is, can you remove it?
Regards,
Your variable is a string, but you’re trying to put a boolean value into it.
If it doesn’t exist in the variables tab, then it won’t work. It must exist in the variables tab, but he has it as a string instead of boolean.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.