How to convert text into number?

I have two inputs, both of them are strings. I want to add the first input to the second (firstInput + secondInput) but I can't do this because the addition operation does not accept text.

You can try putting the text into two separate variables and add the two variables. The same thing happened with one of my classmates.

Thank you so much. Solved :relaxed:

1 Like

Welcome :smiley:

1 Like

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