FILL@

Platform

x64, Win32

Purpose

To set an array of N bytes to a particular value.

Syntax

SUBROUTINE FILL@(A, N, B)
INTEGER (KIND=3) A, B, N

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.

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited