Platform |
x64, Win32 |
Purpose |
To set an array of N bytes to a particular value. |
Syntax |
SUBROUTINE FILL@(A, N, B)
|
Description |
This routine fills A (which may be of any type and is usually an array) with N bytes of value B. Thus if A is of type INTEGER*4 and N=4, each of the 4 bytes of A will be assigned to the value of B. B may be of any type but only the lowest byte is used. |