NET/MASTER Network Control Language (NCL) Reference Manual

STRIP
Built-in Functions
4–78 106126 Tandem Computers Incorporated
In the following example, both leading and trailing zeros are removed from the string
“00012.45000”. The output string is “12.45”:
&A = 00012.45000
&B = B
&C = 0
&RESULT = STRIP(&A,&B,&C)