![]() |
<< Index >> |
FutureBasic 5 |
BlockFill & LongBlockFill | statement | |
|
BlockFill(startAddr&, numBytes&, byteValueExpr)
LongBlockFill(startAddr&, numBytes&, byteValueExpr)
byteValExpr
. The startAddr&
parameter indicates the first memory address to fill, and numBytes&
indicates the number of bytes in the range. BlockFill
and LongBlockFill
are identical.