Blob

Description

Converts a string to a blob datatype.

Syntax

Blob ( text )

Argument

Description

text

The string you want to convert to a blob datatype

Returns

Blob. Returns the converted string. If text is null, Blob returns null.

Examples

Example 1

This example saves a text string as a blob datatype:

Blob B

B = Blob("Any Text")

See also