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?