DarkBASIC Professional Help Wiki
Advertisement


Syntax


MemoryAddress = ALLOC ZEROED( MemorySize )


Description


Allocates a chunk of memory of the requested size, fills each byte with a zero value, and then returns its address.
Advertisement