The fill procedure
Description
The fill procedure fills all the bytes in a variable with a specified value.
Parameter
- The first parameter is a reference to the variable,
whose bytes are to be filled.
- 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