hexagon logo

How can I delet the first 3 letters?


Hello,

can somebody help me to solve this problem? I want to change the CHS "000101234567" to "101234567". Is there a command to do this? The Barcodescanner is generating 000101234567 but I only need the number without the 000. How can I delete the 000 from the CHS?




~Fauf=000101234567


2:CONTIN
!EDTMSG (NAM=FAUF)
DSPMSG (NAM=FAUF, CHS=~Fauf)
!LISCHS ~FAUF
~LEER=
~101=101
IFTHENS (ST1=~Fauf, ST2=~101, TYP=NE, LEN=3)
UNWIND (FRA=1, LAB=2)
ENDIF
IFTHENS (ST1=~Fauf, ST2=~LEER, TYP=EQ)
UNWIND (FRA=1, LAB=2)
ENDIF
TESTSTR (NAM=ANZ_9, ST1=~Fauf, TYP=LEN)
!LISREA ANZ_9

TESTVAL (REA=ERG, VAL=ANZ_9, LWL=9, UPL=9)
!LISREA ERG

IFTHEN (VL1=ERG, VL2=1, TYP=NE)
UNWIND (FRA=1, LAB=2)
ENDIF
Parents Reply Children
No Data