
I have a label with "395"
I have a second label with Sum(tempNums, Value)
I have a button with ClearCollect(tempNums, Split(Value(Label17.Text), ""));
This outputs 17.
This is taking the string -> converting it into a number -> splitting it -> adding that to a collection -> sum the collections values