Skip to Content
-2
Feb 10, 2020 at 10:35 AM

remove leading zeros of parameter

242 Views

how to delete only the first two zeros of a parameter.

for example the value of the parameter is equal to '0000' I want it to become equal to '00' I cannot make the assignment (parameter = 00) because by default it puts the other zeroes in front. how can I do?