Platform |
x64, Win32 |
Purpose |
To copy an array of N bytes. |
Syntax |
SUBROUTINE MOVE@(FROM, TO, N) |
Description |
This routine copies N bytes of data from FROM to TO. No data conversion is performed and no checks are made to ensure that the source and destination are large enough (even in /CHECK mode). Arguments FROM and TO may be of any type, N must be INTEGER (KIND=1), (KIND=2) or (KIND=3). |