-3
I’d like to undo a number containing zeros and take the integer values.
Example:
0002100042000560000000000000000000000000000000000000000000000000000000000000000000000000000000000000
I have that number and I need to separate 21, 42 and 56.
Someone would know me how?
And if the whole number has a zero?
– Homer Simpson
There is no logic to it. Either you use delimited or you will have problems like @Homersimpson said when values are 0.
– rbz
Even if you consider how integers of 1~99 would have problems catching the smaller than 10 with 10.20.30 and so on... to segment them would only be possible if you consider only a range of 10~99
– Leandro Angelo