Pascal的記憶體塊賦值函式:定義:Procedure FillByte ( Var X; Count : Longint; Value : Byte);與fillchar類似fillchar比fillbyte運用更廣。fillbyte本意為:對一個Byte類型的數組X進行Count次賦值。