The fill procedure

Description

The fill procedure fills all the bytes in a variable with a specified value.

Parameter

  1. The first parameter is a reference to the variable, whose bytes are to be filled.
  2. The second parameter is an expression of integral type, and specifies the value used to fill the bytes in the variable.

Portability

Operating Systems: All
Standard Pascal: No