Previous: karlcl Up: ../karrtn.html Next: karord


KARMOV

       SUBROUTINE KARMOV (TARGET,LOCTAR,SOURCE,LOCSRC,LENGTH)

          Given   two    character   strings    defined    by
 TARGET,LOCTAR,LENGTH and  SOURCE,LOCSRC,LENGTH, move  LENGTH
 characters from SOURCE(*) into TARGET(*).  If any of LOCSRC,
 LOCTAR,  or LENGTH  is less than  1, then  no characters are
 moved. The  move must  be performed  in order  from left  to
 right in order to  provide uniform behaviour in the event of
 overlapping character strings.