Cannot do a normal addition

Support
  • Hello people,

    I just download Bablosoft and I had a great time with it. It's working perfectly. I was trying to scrape a time value (0:00) and get the number of seconds in it. I managed to make everything working, until I noticed that the values were not doing an addition. They were just adding to string, like so: 12 + 12 = 1212. This is my thing. Thanks for any help.

    Screenshot_192.png

  • Just change type of input field where you
    enter numbers. You most likely are using
    "string" type instead of "int" or "expression"
    which will suit in your case.