ccFillB

Syntax

ccFillB(Start:Pointer,Bytes:Uint,Filling:Char)

Description

Fills the memory starting at 'Start' until 'Start+Bytes' with 'Filling'

Parameters

Start - Beginning the memory block.
Bytes - Counter.
Filling - A (Char) with the memory block will be filled.

Return value

None

Remarks

None

Example usage

ccFillB(Start,9,"A")

See
ccFillB_Demo.eba
ccFillW()
ccFillD()