Syntax

Result = dbMakeMemblock(MemblockID, Size)

Description

If #PB_Any is used as the MemblockID parameter, the new ID will be returned as 'Result'. Otherwise the value of 'Result' is the same value passed as the MemblockID parameter.

This command will make a memblock of the given size. If the memblock already exists this command will fail.

See Also

dbCopyMemblock, dbDeleteMemblock, dbMemblockExist