BeginTransaction  BlobEdit

Chapter 10: PowerScript Functions

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





Copyright © 2004. Sybase Inc. All rights reserved. BlobEdit

View this book as PDF