Hi,
I have a list of postcodes and I wanna cut off the first digit of each code.
If I have the postcodes “85463” for example, I want to cut off the “8” and write it into a variable.
Is that possible? The substring() function won’t work since I’m working on an Integer.
Thanks,
Daniel