Option Strict On disallows implicit conversions from 'Boolean' to 'String'


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!

Hi,

Can you check if manualErrorFound also exists in variable tab? If there is, can you remove it?

Regards,

1 Like

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.

@Melee_Noob

  • Go to the variables Panel
  • Search for that variable
  • Change the variable type to boolean

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.