Guest User

Untitled

a guest
Jul 29th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. IF(CONTATORE>3)
  2.    CONS:=SUBSTR(POS,<NOMESTRINGA>,1)
  3.    COD_FISC:=COD_FISC||CONS
  4.    POS:=POS+2
  5.    CONT:=1
  6.    WHILE(CONT=2)
  7.          LOOP
  8.          CONS:=SUBSTR(POS,<NOMESTRINGA>,1)
  9.          COD_FISC:=COD_FISC||CONS
  10.          POS:=POS+1
  11.          CONT:=CONT+1
  12.          END LOOP
  13. END IF
Add Comment
Please, Sign In to add comment