Hi Experts,
I'm working on smartform programming.
I've heard that we can change the format of value by using & &. aren't we?
For example,
when we want to cut preceding zero,
&field(Z)& then 0000010 is printed just 10.
I've tried to use this but
&field(Z)& is printed which is not expected.
Is there any specific way to edit this kind of stuff?
Please let me know.
Thanks in advance