Hello,
i have problem, so i have string ‘1’ but i have to make it ‘00001’ and if value ‘12’ it would be ‘00012’. i’ve trying using count length then calculate it.
example : ‘12’ would be 2, so i have to calculate it 5-2=3. after get 3 then looping to add string before the value : value_loop+input_value= ‘00012’
am i right? or any other idea more faster than this?
please help.
Thankyou