-
Declaration:
- Procedure Fillchar (Var X;Count : Longint;Value : char or byte);;
-
Description:
- Fillchar fills the memory starting at X with Count bytes or characters with value equal to
Value.
-
Errors:
- No checking on the size of X is done.
-
See also:
- Fillword (498), Move (533), FillByte (494), FillDWord (497)
Listing: refex/ex25.pp