Error message: The operation + cannot accept the arguments "", ""

@ABG But, I still the Do It option still isn't available to me.
Screen Shot 2021-02-14 at 4.50.56 PM

What are you testing on?

  • a phone ?
  • an emulator?

@ABG A phone.

Hi Richael

I think you need a large coffee :upside_down_face:
You have already discovered that when you get [""] it's an empty value - this means that the TextBox that contains Minutes must default to zero, so in the Blocks set it to zero ( "0"). Or alternatively test for a value first and if there is no value, set it to zero. That might be better since the User can delete a zero and then not replace it with anything.

1 Like

Did you download the MIT AI2 Companion onto your phone and install it?

@ABG Yes, I did download the MIT AI2 Companion

Is your phone connected to your PC with a USB cable?

No, it is not connected to my PC with a USB cable

Does your phone have wireless (WiFi)?

1 Like

Yes, my phone does have wireless

Thanks! It worked!

Continue connection procedure at
http://appinventor.mit.edu/explore/ai2/setup-device-wifi

That would be the case the first time the User uses the App, since there are no stored minutes at that time. What happens the next time the App is opened and the User inputs minutes?

Sorry, it was my fault, as you can see I stored the values in different tags

There we go, you are learning how to bug hunt - it's always difficult to find your own typos and other mistakes.
typing2

1 Like