please help me in this
I believe your problem is that commutation_value_result is an empty text and math blocks doesn't like empty strings. You can use Do it to debug your blocks or add an if then statement for example if commutation_value_result.text is empty then set commutation_value_result.text to 0 and then proceed with addition
ok thanks i'll try it
1 Like