Function: zeroblob

Syntax

zeroblob (<num>)

Type

blob

Returns

A blob of num bytes all with the value zero.

Parameters

Examples

Create a new zeroized blob of length 256 bytes.

blob b = zeroblob(256)

See Also

Functions:

datablob (blob), fileblob (blob), textblob (blob)

Structures:

blob