Hi,
I am making a calculator app in MIT app inventor and just wanted to ask how can I remove the last character from a label??
I tried using this:
I have no idea what to do here
Hi,
I am making a calculator app in MIT app inventor and just wanted to ask how can I remove the last character from a label??
I tried using this:
I have no idea what to do here
Like so:
can you also set the last letter in a variabel
Yes.
Clip off the front of the variable for length - 1 using the segment block, then JOIN the last letter to the short result.
You can use split only if there are separators
It is worth checking the date of the first post before replying to it The original question had already been handled.